Bug 1119072, Part 13: #undef NOMINMAX in testing/tools/screenshot/win32-screenshot.cpp so it compiles with MSVC 2015, r=ctalbert

--HG--
extra : rebase_source : 85eced2a7545f5a64da666e8a8ba5d7d7e68c497
This commit is contained in:
Brian Smith 2015-01-08 15:34:08 -08:00
parent a5c4e6eacf
commit 8ff0d8cb82

View File

@ -34,6 +34,8 @@
* be saved as "screenshot.png" in the current working directory.
*/
// VS2015: Platform SDK 8.1's GdiplusTypes.h uses the min macro
#undef NOMINMAX
#undef WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <gdiplus.h>