summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/mac.H')
-rw-r--r--FL/mac.H4
1 files changed, 2 insertions, 2 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