| ... | @@ -1378,8 +1378,6 @@ int os_init(void) { | ... | @@ -1378,8 +1378,6 @@ int os_init(void) { |
| 1378 | #if defined(ZIG_OS_WINDOWS) | 1378 | #if defined(ZIG_OS_WINDOWS) |
| 1379 | _setmode(fileno(stdout), _O_BINARY); | 1379 | _setmode(fileno(stdout), _O_BINARY); |
| 1380 | _setmode(fileno(stderr), _O_BINARY); | 1380 | _setmode(fileno(stderr), _O_BINARY); |
| 1381 | #endif | | |
| 1382 | #if defined(ZIG_OS_WINDOWS) | | |
| 1383 | unsigned __int64 frequency; | 1381 | unsigned __int64 frequency; |
| 1384 | if (QueryPerformanceFrequency((LARGE_INTEGER*) &frequency)) { | 1382 | if (QueryPerformanceFrequency((LARGE_INTEGER*) &frequency)) { |
| 1385 | win32_time_resolution = 1.0 / (double) frequency; | 1383 | win32_time_resolution = 1.0 / (double) frequency; |