summaryrefslogtreecommitdiff
path: root/include/config-win.h
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-04-15 08:49:00 -0700
committerbrian@zim.(none) <>2006-04-15 08:49:00 -0700
commitba2502b9c3b5bcc57115c9f325f12e4350a8bdfe (patch)
tree0016808c56b0545d9e84a1650e620b6bf9dc516b /include/config-win.h
parent36b897f4c6750b7bca2e03164998ab2dffe62d9a (diff)
downloadmariadb-git-ba2502b9c3b5bcc57115c9f325f12e4350a8bdfe.tar.gz
Another long patch to remove the rest of the OS2 support.
Diffstat (limited to 'include/config-win.h')
-rw-r--r--include/config-win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config-win.h b/include/config-win.h
index 14afa38c8a7..b6fb1077cc6 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -122,12 +122,12 @@ functions */
/* Type information */
-#if defined(__EMX__) || !defined(HAVE_UINT)
+#if !defined(HAVE_UINT)
#undef HAVE_UINT
#define HAVE_UINT
typedef unsigned short ushort;
typedef unsigned int uint;
-#endif /* defined(__EMX__) || !defined(HAVE_UINT) */
+#endif /* !defined(HAVE_UINT) */
typedef unsigned __int64 ulonglong; /* Microsofts 64 bit types */
typedef __int64 longlong;