diff options
author | brian@zim.(none) <> | 2006-04-15 08:49:00 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-04-15 08:49:00 -0700 |
commit | ba2502b9c3b5bcc57115c9f325f12e4350a8bdfe (patch) | |
tree | 0016808c56b0545d9e84a1650e620b6bf9dc516b /include/config-win.h | |
parent | 36b897f4c6750b7bca2e03164998ab2dffe62d9a (diff) | |
download | mariadb-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.h | 4 |
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; |