gallium: Yet another WinCE portability fix.
This commit is contained in:
@@ -275,6 +275,7 @@ def generate(env):
|
|||||||
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_DISPLAY']
|
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_DISPLAY']
|
||||||
if platform == 'wince':
|
if platform == 'wince':
|
||||||
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE']
|
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE']
|
||||||
|
cppdefines += ['PIPE_SUBSYSTEM_WINDOWS_CE_OGL']
|
||||||
env.Append(CPPDEFINES = cppdefines)
|
env.Append(CPPDEFINES = cppdefines)
|
||||||
|
|
||||||
# C preprocessor includes
|
# C preprocessor includes
|
||||||
|
Reference in New Issue
Block a user