summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/mac.H4
-rw-r--r--FL/win32.H4
2 files changed, 4 insertions, 4 deletions
diff --git a/FL/mac.H b/FL/mac.H
index d1e49096b..7db23387b 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -21,9 +21,9 @@
// portability of even the system-specific code...
#ifndef FL_DOXYGEN
-#if !defined(Fl_X_H)
+#if !defined(FL_PLATFORM_H)
# error "Never use <FL/mac.H> directly; include <FL/platform.H> instead."
-#endif // !Fl_X_H
+#endif // !FL_PLATFORM_H
#ifdef __OBJC__
@class FLWindow; // a subclass of the NSWindow Cocoa class
diff --git a/FL/win32.H b/FL/win32.H
index 45ca5e3dd..0d8253d40 100644
--- a/FL/win32.H
+++ b/FL/win32.H
@@ -21,9 +21,9 @@
// portability of even the system-specific code...
#ifndef FL_DOXYGEN
-#ifndef Fl_X_H
+#ifndef FL_PLATFORM_H
# error "Never use <FL/win32.H> directly; include <FL/platform.H> instead."
-#endif // !Fl_X_H
+#endif // !FL_PLATFORM_H
#include <windows.h>
typedef HWND Window;