remove testing override
This commit is contained in:
@@ -69,7 +69,6 @@ epicsShareFunc epicsMutexId epicsShareAPI
|
||||
osInfo.dwOSVersionInfoSize = sizeof ( OSVERSIONINFO );
|
||||
status = GetVersionEx ( & osInfo );
|
||||
thisIsNT = status && ( osInfo.dwPlatformId == VER_PLATFORM_WIN32_NT );
|
||||
thisIsNT = 0;
|
||||
weHaveInitialized = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user