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

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

Change-Id: I0d23c789dd3cbb21a18383988dd6b24318fda225
Reviewed-on: https://gerrit.libreoffice.org/48959Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 6b33a41f
......@@ -49,13 +49,8 @@ typedef IDirect3DSurface9 surface_type;
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif
#pragma warning(push, 1)
#pragma warning(disable: 4458)
#include <gdiplus.h>
#pragma warning(pop)
#undef max
#undef min
......
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