Index: base/compiler_specific.h |
diff --git a/base/compiler_specific.h b/base/compiler_specific.h |
index 02603df584599bf7b92d4384a0c2912402307b7c..e078beab53ba53a7c3351ec1502a054d192cf0e3 100644 |
--- a/base/compiler_specific.h |
+++ b/base/compiler_specific.h |
@@ -9,6 +9,9 @@ |
#if defined(COMPILER_MSVC) |
+// For _Printf_format_string_. |
+#include <sal.h> |
+ |
// Macros for suppressing and disabling warnings on MSVC. |
// |
// Warning numbers are enumerated at: |
@@ -57,6 +60,7 @@ |
#else // Not MSVC |
+#define _Printf_format_string_ |
#define MSVC_SUPPRESS_WARNING(n) |
#define MSVC_PUSH_DISABLE_WARNING(n) |
#define MSVC_PUSH_WARNING_LEVEL(n) |