From 006a4619f3254a70830967b0f10b004735a35d7b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 8 Nov 2013 09:56:34 -0700 Subject: [PATCH] Replace WIN32 win _WIN32. --- format_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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