aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_options.h')
-rw-r--r--src/gos/gos_options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gos/gos_options.h b/src/gos/gos_options.h
index 600c3085..c80a9f39 100644
--- a/src/gos/gos_options.h
+++ b/src/gos/gos_options.h
@@ -128,8 +128,8 @@
* system in your application code. Note that on these operating systems the
* demo applications will not work without modification.
*/
- #ifndef GFX_NO_OS_INIT
- #define GFX_NO_OS_INIT FALSE
+ #ifndef GFX_OS_NO_INIT
+ #define GFX_OS_NO_INIT FALSE
#endif
/**
* @brief Turn off warnings about initializing the operating system