Kaydet (Commit) 3e502421 authored tarafından Tim Peters's avatar Tim Peters

Repair tab/space screwup.

üst 25a9ce37
......@@ -218,7 +218,7 @@ initwinsound(void)
version.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
GetVersionEx(&version);
whichOS = Win9X;
whichOS = Win9X;
if (version.dwPlatformId != VER_PLATFORM_WIN32s &&
version.dwPlatformId != VER_PLATFORM_WIN32_WINDOWS)
whichOS = WinNT2000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment