diff options
Diffstat (limited to 'webkit/glue/event_conversion.h')
-rw-r--r-- | webkit/glue/event_conversion.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/glue/event_conversion.h b/webkit/glue/event_conversion.h index 8c75070..8f37267 100644 --- a/webkit/glue/event_conversion.h +++ b/webkit/glue/event_conversion.h @@ -6,12 +6,13 @@ #define WEBKIT_GLUE_EVENT_CONVERSION_H__ #include "base/basictypes.h" +#include "base/compiler_specific.h" -#pragma warning(push, 0) +MSVC_PUSH_WARNING_LEVEL(0); #include "PlatformKeyboardEvent.h" #include "PlatformMouseEvent.h" #include "PlatformWheelEvent.h" -#pragma warning(pop) +MSVC_POP_WARNING(); namespace WebCore { class Widget; |