summaryrefslogtreecommitdiff
path: root/src/Fl_Table.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Table.cxx')
-rw-r--r--src/Fl_Table.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Table.cxx b/src/Fl_Table.cxx
index 8ebc9044f..aea25a0b3 100644
--- a/src/Fl_Table.cxx
+++ b/src/Fl_Table.cxx
@@ -26,11 +26,11 @@
#include <string.h> // memcpy
#include <stdio.h> // fprintf
-#ifdef WIN32
+#ifdef _WIN32
#include <malloc.h> // WINDOWS: malloc/realloc
-#else /*WIN32*/
+#else /* _WIN32 */
#include <stdlib.h> // UNIX: malloc/realloc
-#endif /*WIN32*/
+#endif /* _WIN32 */
// An STL-ish vector without templates (private to Fl_Table)