Loading os/win32/os.h +4 −0 Changes for os/win32/os.h: 4 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -38,7 +38,11 @@ #include <io.h> #include <fcntl.h> #ifdef _WIN64 #define PLATFORM "Win64" #else #define PLATFORM "Win32" #endif /* Define command-line rewriting for this platform, handled by core. * For Windows, this is currently handled inside the WinNT MPM. Loading Loading
os/win32/os.h +4 −0 Changes for os/win32/os.h: 4 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -38,7 +38,11 @@ #include <io.h> #include <fcntl.h> #ifdef _WIN64 #define PLATFORM "Win64" #else #define PLATFORM "Win32" #endif /* Define command-line rewriting for this platform, handled by core. * For Windows, this is currently handled inside the WinNT MPM. Loading