Author: mturk Date: Tue May 23 06:49:44 2006 New Revision: 408891 URL: http://svn.apache.org/viewvc?rev=408891&view=rev Log: Update to proper winver check.
Modified: tomcat/connectors/trunk/jni/native/os/win32/system.c Modified: tomcat/connectors/trunk/jni/native/os/win32/system.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/os/win32/system.c?rev=408891&r1=408890&r2=408891&view=diff ============================================================================== --- tomcat/connectors/trunk/jni/native/os/win32/system.c (original) +++ tomcat/connectors/trunk/jni/native/os/win32/system.c Tue May 23 06:49:44 2006 @@ -52,7 +52,7 @@ typedef BOOL (WINAPI *pfnGetSystemTimes)(LPFILETIME, LPFILETIME, LPFILETIME); static pfnGetSystemTimes fnGetSystemTimes = NULL; -#if (_WIN32_WINNT < 0x0502) +#if (_WIN32_WINNT < 0x0501) typedef NTSTATUS (WINAPI *pfnNtQuerySystemInformation)(SYSTEM_INFORMATION_CLASS, PVOID, ULONG, PULONG); static pfnNtQuerySystemInformation fnNtQuerySystemInformation = NULL; #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]