macro fix on src/gwin/button.c
This commit is contained in:
parent
b5d8cc2086
commit
b7a8366140
1 changed files with 4 additions and 4 deletions
|
@ -30,12 +30,12 @@
|
|||
#include "gwin.h"
|
||||
#include "ginput.h"
|
||||
|
||||
#if !defined(GFX_USE_GINPUT) || !GFX_USE_GINPUT
|
||||
#if (GFX_USE_GWIN && GWIN_NEED_BUTTON) || defined(__DOXYGEN__)
|
||||
|
||||
#if !GFX_USE_GINPUT
|
||||
#error "GWIN Buttons require GFX_USE_GINPUT"
|
||||
#endif
|
||||
|
||||
#if (GFX_USE_GWIN && GWIN_NEED_BUTTON) || defined(__DOXYGEN__)
|
||||
|
||||
#include <string.h>
|
||||
#include "gwin_internal.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue