1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00
This commit is contained in:
Pierre Joye
2010-05-30 07:36:19 +00:00
parent 4158f7e122
commit 5dba22d79e
+1 -1
View File
@@ -346,7 +346,7 @@ char* php_get_windows_name()
}
}
if ( osvi.dwMajorVersion == 5 && osvi.dwMinorVersion == 2 ) {
if ( osvi.dwMajorVersion == 5 && osvi.dwMinorVersion == 2 ) {
if (GetSystemMetrics(SM_SERVERR2))
major = "Windows Server 2003 R2";
else if (osvi.wSuiteMask == VER_SUITE_STORAGE_SERVER)