diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Table.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Table.H b/FL/Fl_Table.H index e28d050d9..4190a4b11 100644 --- a/FL/Fl_Table.H +++ b/FL/Fl_Table.H @@ -33,11 +33,11 @@ #include <sys/types.h> #include <string.h> // memcpy -#ifdef _WIN32 +#ifdef WIN32 #include <malloc.h> // WINDOWS: malloc/realloc -#else /*_WIN32*/ +#else /*WIN32*/ #include <stdlib.h> // UNIX: malloc/realloc -#endif /*_WIN32*/ +#endif /*WIN32*/ #include <FL/Fl.H> #include <FL/Fl_Group.H> |
