diff options
| -rw-r--r-- | FL/mac.H | 4 | ||||
| -rw-r--r-- | FL/win32.H | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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; |
