Kaydet (Commit) 682cef7d authored tarafından Mike Kaganski's avatar Mike Kaganski

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

Change-Id: Ie5957edb3954507505a7df9fad9f8da6b87b09d0
Reviewed-on: https://gerrit.libreoffice.org/49038Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst a584c0a2
......@@ -22,16 +22,10 @@
#include <string.h>
#include <process.h>
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
#if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif
#include <cppuhelper/findsofficepath.h>
#include <sal/types.h>
......
......@@ -18,16 +18,10 @@
*/
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
#if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#if defined _MSC_VER
#pragma warning(pop)
#endif
#include <jni.h>
......
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