Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 282 → Rev 283

/cvi/instr/WIENVME_DLL/wienvme_dll.c
61,7 → 61,7
vme_close = GetExternalModuleAddr (VMEmodule, "VMEclose", &stat);
*/
if (module_path == NULL) {
DLLHandle = LoadLibrary("c:\\home\\CVI\\instr\\WIENVME_DLL\\pcivme_ni.lib");
DLLHandle = LoadLibrary("c:\\home\\CVI\\instr\\WIENVME_DLL\\pcivme_ni.dll");
} else {
DLLHandle = LoadLibrary(module_path);
}