diff options
Diffstat (limited to 'FL/Fl_Window.H')
| -rw-r--r-- | FL/Fl_Window.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 9d9492606..3ad0d4081 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -348,7 +348,7 @@ public: void icon(const Fl_RGB_Image*); void icons(const Fl_RGB_Image*[], int); -#if defined(WIN32) && !defined(FL_DOXYGEN) +#if defined(_WIN32) && !defined(FL_DOXYGEN) typedef struct HICON__* HICON; // These 2 member functions break the driver model but are kept for back compatibility. // They are implemented in Fl_win32.cxx |
