mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
gallium: Yet another WinCE portability fix.
This commit is contained in:
parent
7b0e0e1a0d
commit
40b3bb0407
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue