From 40b3bb0407b6833a06e0a3a2e859cfac75b9100b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 4 Nov 2008 10:53:02 +0900 Subject: gallium: Yet another WinCE portability fix. --- scons/gallium.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scons/gallium.py') diff --git a/scons/gallium.py b/scons/gallium.py index 2a42bdf2bb..c9d5368989 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -275,6 +275,7 @@ def generate(env): cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_DISPLAY'] if platform == 'wince': cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE'] + cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE_OGL'] env.Append(CPPDEFINES = cppdefines) # C preprocessor includes -- cgit v1.2.3