diff options
Diffstat (limited to 'desktop/win32/source/QuickStart')
-rw-r--r-- | desktop/win32/source/QuickStart/QuickStart.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/win32/source/QuickStart/QuickStart.cxx b/desktop/win32/source/QuickStart/QuickStart.cxx index 0cc673c77191..476f6533d530 100644 --- a/desktop/win32/source/QuickStart/QuickStart.cxx +++ b/desktop/win32/source/QuickStart/QuickStart.cxx @@ -21,15 +21,9 @@ #include <sal/config.h> -#if defined _MSC_VER -#pragma warning(push, 1) -#endif #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <shellapi.h> -#if defined _MSC_VER -#pragma warning(pop) -#endif #include "resource.h" #include <systools/win32/uwinapi.h> |