| author | |
| committer | |
| log | f9558444354b5b3367536a7389790c87ea9a94f0 |
| tree | 0fe5f6e468b8e0dcf8b3479453477b6f83b276f4 |
| parent | c84548e71d4990352c202da92d47f1398385411f |
1 files changed, 0 insertions(+), 2 deletions(-)
src/os.cpp-2| ... | ... | @@ -1378,8 +1378,6 @@ int os_init(void) { |
| 1378 | 1378 | #if defined(ZIG_OS_WINDOWS) |
| 1379 | 1379 | _setmode(fileno(stdout), _O_BINARY); |
| 1380 | 1380 | _setmode(fileno(stderr), _O_BINARY); |
| 1381 | #endif | |
| 1382 | #if defined(ZIG_OS_WINDOWS) | |
| 1383 | 1381 | unsigned __int64 frequency; |
| 1384 | 1382 | if (QueryPerformanceFrequency((LARGE_INTEGER*) &frequency)) { |
| 1385 | 1383 | win32_time_resolution = 1.0 / (double) frequency; |