]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/jmorecfg.h
No significant change
[wxWidgets.git] / src / jpeg / jmorecfg.h
index 898c2570e9d8eb8c6bf1ad764db39678acb587e5..3b6bc80758f2fb397a910001c0b3c9fb8bfa4c9f 100644 (file)
@@ -130,6 +130,7 @@ typedef char JOCTET;
  */
 
 /* UINT8 must hold at least the values 0..255. */
+#ifndef __WINE_BASETSD_H
 
 #ifdef HAVE_UNSIGNED_CHAR
 typedef unsigned char UINT8;
@@ -155,6 +156,8 @@ typedef unsigned int UINT16;
 typedef short INT16;
 #endif
 
+#endif /* __WINE_BASETSD_H */
+
 /* INT32 must hold at least signed 32-bit values. */
 
 /*