Welcome to mirror list, hosted at ThFree Co, Russian Federation.

openimageio_gdi.diff « patches « build_environment « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af0c90638de970e8d024d7330c27941a842c63ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Index: OpenImageIO/osdep.h
===================================================================
--- OpenImageIO/osdep.h	(revision 61595)
+++ OpenImageIO/osdep.h	(working copy)
@@ -34,6 +34,7 @@
 # define WIN32_LEAN_AND_MEAN
 # define VC_EXTRALEAN
 # define NOMINMAX
+# define NOGDI
 # include <windows.h>
 #endif
 
Index: OpenImageIO/platform.h
===================================================================
--- OpenImageIO/platform.h	(revision 61595)
+++ OpenImageIO/platform.h	(working copy)
@@ -77,6 +77,9 @@
 # ifndef NOMINMAX
 #   define NOMINMAX
 # endif
+# ifndef NOGDI
+#   define NOGDI
+# endif
 # include <windows.h>
 #endif