projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed duplicate WM line from motif/frame.cpp
[wxWidgets.git]
/
src
/
tiff
/
tiffcomp.h
diff --git
a/src/tiff/tiffcomp.h
b/src/tiff/tiffcomp.h
index 48ccfcb1d91e4d90a10671512e377753ac01c4e5..bb5fb8c7e3cdf7a731a48c4e2030f85cfdea32be 100644
(file)
--- a/
src/tiff/tiffcomp.h
+++ b/
src/tiff/tiffcomp.h
@@
-83,8
+83,9
@@
#include <stdlib.h>
#define BSDTYPES
#define HAVE_UNISTD_H 0
#include <stdlib.h>
#define BSDTYPES
#define HAVE_UNISTD_H 0
-/* GRG: added check for MINGW32 */
-#elif (defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows)) && !defined(__MINGW32__)
+#elif defined(_WINDOWS) || defined(__WIN32__) || defined(_Windows)
+#define BSDTYPES
+#elif defined(__DJGPP__)
#define BSDTYPES
#elif defined(OS2_16) || defined(OS2_32)
#define BSDTYPES
#define BSDTYPES
#elif defined(OS2_16) || defined(OS2_32)
#define BSDTYPES