diff options
Diffstat (limited to 'src/Internal.h')
| -rw-r--r-- | src/Internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Internal.h b/src/Internal.h index d8f64ef..a7a73e7 100644 --- a/src/Internal.h +++ b/src/Internal.h @@ -414,7 +414,7 @@ void handle_hr_error(HRESULT hr, const char_type* file, int line); #endif #ifdef TARGET_PLATFORM_WINDOWS -//#define WAVEWORKS_ENABLE_GL WAVEWORKS_ALLOW_GFX +#define WAVEWORKS_ENABLE_GL WAVEWORKS_ALLOW_GFX #else #ifdef TARGET_PLATFORM_MACOSX #define WAVEWORKS_ENABLE_GL WAVEWORKS_ALLOW_GFX |