diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/system.h b/common/system.h index 0f265ea2be..f4704f5e0e 100644 --- a/common/system.h +++ b/common/system.h @@ -31,7 +31,7 @@ #include "common/rect.h" #include "graphics/pixelformat.h" -#ifdef ENABLE_RGB_COLOR +#ifdef USE_RGB_COLOR #include "graphics/conversion.h" #endif @@ -350,7 +350,7 @@ public: */ virtual int getGraphicsMode() const = 0; -#ifdef ENABLE_RGB_COLOR +#ifdef USE_RGB_COLOR /** * Determine the pixel format currently in use for screen rendering. * @return the active screen pixel format. |