summaryrefslogtreecommitdiffstats
path: root/o3d/build/pixman.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/build/pixman.gyp')
-rw-r--r--o3d/build/pixman.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/o3d/build/pixman.gyp b/o3d/build/pixman.gyp
index 7c1aee7..8811b9d 100644
--- a/o3d/build/pixman.gyp
+++ b/o3d/build/pixman.gyp
@@ -54,6 +54,9 @@
{
'type': 'static_library',
'defines': [
+ # Build pixman with Windows XP support.
+ '_WIN32_WINNT=0x0502',
+ 'WINVER=0x0502',
'PACKAGE=pixman',
'PACKAGE_VERSION=""',
'PACKAGE_BUGREPORT=""',
@@ -90,6 +93,7 @@
'../../<(pixmandir)/pixman/pixman-timer.c',
'../../<(pixmandir)/pixman/pixman-trap.c',
'../../<(pixmandir)/pixman/pixman-utils.c',
+ '../../<(pixmandir)/pixman/pixman-win32-tls.c',
],
},
],