diff options
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 02cf80637..9a2e8ffb0 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -20,7 +20,7 @@ // in. Search other files for "WIN32" or filenames ending in _win32.cxx // for other system-specific code. -#if defined(WIN32) and !defined(FL_DOXYGEN) +#if defined(WIN32) && !defined(FL_DOXYGEN) /* We require Windows 2000 features (e.g. VK definitions) */ # if !defined(WINVER) || (WINVER < 0x0500) |
