diff options
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/glimports.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dispatch/glimports.hpp b/dispatch/glimports.hpp index 50689b30..44f2a0f3 100644 --- a/dispatch/glimports.hpp +++ b/dispatch/glimports.hpp @@ -92,6 +92,9 @@ #ifndef PFD_SUPPORT_DIRECTDRAW #define PFD_SUPPORT_DIRECTDRAW 0x00002000 #endif +#ifndef PFD_DIRECT3D_ACCELERATED +#define PFD_DIRECT3D_ACCELERATED 0x00004000 +#endif #ifndef PFD_SUPPORT_COMPOSITION #define PFD_SUPPORT_COMPOSITION 0x00008000 #endif |