diff --git a/format_test.cc b/format_test.cc index 2f428915..0d4ce80f 100644 --- a/format_test.cc +++ b/format_test.cc @@ -36,7 +36,7 @@ #include // Check if format.h compiles with windows.h included. -#ifdef WIN32 +#ifdef _WIN32 # include #endif