Kaydet (Commit) 8e07fb35 authored tarafından Mike Kaganski's avatar Mike Kaganski

include: MSVC: pragma warning: make more specific, remove obsolete

Change-Id: Iba5ffe646e5a6cf8ecfb635c21546025fc5606db
Reviewed-on: https://gerrit.libreoffice.org/48995Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 94a5665e
...@@ -34,32 +34,16 @@ ...@@ -34,32 +34,16 @@
#if !defined STRICT #if !defined STRICT
# define STRICT # define STRICT
#endif #endif
#ifdef _MSC_VER
# pragma warning(push, 1)
# pragma warning (disable: 4005)
#endif
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <windows.h> #include <windows.h>
#ifdef _MSC_VER
# pragma warning(pop)
#endif
#include <shellapi.h> #include <shellapi.h>
#include <commdlg.h> #include <commdlg.h>
#include <dlgs.h> #include <dlgs.h>
#ifdef _MSC_VER
# pragma warning(push, 1)
#endif
#include <commctrl.h> #include <commctrl.h>
#ifdef _MSC_VER
# pragma warning(pop)
#endif
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment