diff options
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r-- | include/vcl/sysdata.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx index af65ce68df4a..2328cbe49f35 100644 --- a/include/vcl/sysdata.hxx +++ b/include/vcl/sysdata.hxx @@ -41,14 +41,7 @@ typedef struct CGContext *CGContextRef; #endif #if defined( WNT ) -#ifdef _MSC_VER -#pragma warning(push) -#pragma warning(disable:4201) -#endif #include <windef.h> -#ifdef _MSC_VER -#pragma warning(pop) -#endif #endif struct SystemEnvData |