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

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

Change-Id: Iefcaf1f5ae73050300879fff0855f709c5f8a30d
Reviewed-on: https://gerrit.libreoffice.org/48975Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst f901bc5a
...@@ -23,21 +23,12 @@ ...@@ -23,21 +23,12 @@
#define STRICT #define STRICT
#define _ATL_APARTMENT_THREADED #define _ATL_APARTMENT_THREADED
#if defined _MSC_VER
#pragma warning(push, 1)
#pragma warning(disable: 4548 4555 4917)
#endif
#if !defined WIN32_LEAN_AND_MEAN #if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN
#endif #endif
#include <windows.h> #include <windows.h>
#include <ole2.h> #include <ole2.h>
#if defined _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