mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
gallium: Autodetect WINCE.
This commit is contained in:
parent
b215d7d10c
commit
26f34dcff2
1 changed files with 4 additions and 3 deletions
|
|
@ -100,6 +100,7 @@
|
|||
#endif
|
||||
|
||||
#if defined(PIPE_OS_WINDOWS)
|
||||
#ifndef _WIN32_WCE
|
||||
#if !defined(PIPE_SUBSYSTEM_USER) && !defined(PIPE_SUBSYSTEM_KERNEL)
|
||||
#error Neither PIPE_SUBSYSTEM_USER or PIPE_SUBSYSTEM_KERNEL defined.
|
||||
#endif
|
||||
|
|
@ -109,12 +110,12 @@
|
|||
#if 0 /* FIXME */
|
||||
#define PIPE_SUBSYSTEM_WINDOWS_MINIPORT
|
||||
#endif
|
||||
#if 0 /* FIXME */
|
||||
#define PIPE_SUBSYSTEM_WINDOWS_CE
|
||||
#endif
|
||||
#if defined(PIPE_SUBSYSTEM_USER)
|
||||
#define PIPE_SUBSYSTEM_WINDOWS_USER
|
||||
#endif
|
||||
#else /* _WIN32_WCE */
|
||||
#define PIPE_SUBSYSTEM_WINDOWS_CE
|
||||
#endif /* _WIN32_WCE */
|
||||
#endif /* PIPE_OS_WINDOWS */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue