// Function prototype for Fix AIT PXI Configuration.dll

// The function main will apply the workaround mentioned in KB 5PMFDOGF
// The function returns a negative error code if there is a problem
// The function returns zero if the workaround attempted without error
// The RT target will print debugging information to the screen, this is normal
// If you experience an issue please contact National Instruments Support


#include <stdio.h>
#include <stdlib.h>
#include "visa.h"

int main(void);

