summaryrefslogtreecommitdiff
path: root/src/Fl_JPEG_Image.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_JPEG_Image.cxx')
-rw-r--r--src/Fl_JPEG_Image.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_JPEG_Image.cxx b/src/Fl_JPEG_Image.cxx
index 8c8b762d1..384acd2a4 100644
--- a/src/Fl_JPEG_Image.cxx
+++ b/src/Fl_JPEG_Image.cxx
@@ -39,9 +39,9 @@
// updated header file for the INT32 data type; the following define
// from Shane Hill seems to be a usable workaround...
-#if defined(WIN32) && defined(__CYGWIN__)
+#if defined(__CYGWIN__)
# define XMD_H
-#endif // WIN32 && __CYGWIN__
+#endif // __CYGWIN__
extern "C"