GDISP_NEED_TEXT getting set automatically if GWIN_NEED_CONSOLE or GWIN_NEED_BUTTON set to TRUE
This commit is contained in:
parent
112781baee
commit
c0de701066
1 changed files with 2 additions and 2 deletions
|
@ -76,11 +76,11 @@
|
|||
#endif
|
||||
|
||||
#if GWIN_NEED_CONSOLE && !GDISP_NEED_TEXT
|
||||
#error "GWIN: Text support (GDISP_NEED_TEXT) is required if GWIN_NEED_CONSOLE is defined."
|
||||
#define GDISP_NEED_TEXT TRUE
|
||||
#endif
|
||||
|
||||
#if GWIN_NEED_BUTTON && !GDISP_NEED_TEXT
|
||||
#error "GWIN: Text support (GDISP_NEED_TEXT) is required if GWIN_NEED_BUTTON is defined."
|
||||
#define GDISP_NEED_TEXT TRUE
|
||||
#endif
|
||||
|
||||
#if GWIN_NEED_BUTTON
|
||||
|
|
Loading…
Add table
Reference in a new issue