Fix bug in preprocessor conditionals in preferences.hpp
This commit is contained in:
parent
80b586fad9
commit
24fb2ebbc6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class display;
|
|||
#ifdef USE_TINY_GUI
|
||||
const int min_allowed_width = 320;
|
||||
const int min_allowed_height = 240;
|
||||
#elif define(USE_SMALL_GUI)
|
||||
#elif defined USE_SMALL_GUI
|
||||
const int min_allowed_width = 800;
|
||||
const int min_allowed_height = 480;
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue