From dd0bdbe44e1342bb249bb1754cb40066518b7f72 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 12 Sep 2002 17:29:12 +0000 Subject: [PATCH] Removed the __uint* types from basetsd.h since they don't exist under Windows. Fixed a few other issues with type definitions. --- dlls/oleaut32/olepicture.c | 1 + dlls/winmm/winenas/audio.c | 6 +- include/basetsd.h | 114 ++++++++++------------------------- include/rpcndr.h | 4 +- include/wine/windef16.h | 2 - include/winnt.h | 4 +- include/wtypes.h | 6 +- programs/wcmd/directory.c | 9 ++- programs/winefile/winefile.c | 11 +--- programs/winefile/winefile.h | 1 - tools/winedump/msmangle.c | 10 +-- tools/winedump/symbol.c | 1 - 12 files changed, 55 insertions(+), 114 deletions(-) diff --git a/dlls/oleaut32/olepicture.c b/dlls/oleaut32/olepicture.c index 117f160539..749af7193a 100644 --- a/dlls/oleaut32/olepicture.c +++ b/dlls/oleaut32/olepicture.c @@ -60,6 +60,7 @@ #ifdef HAVE_LIBJPEG /* This is a hack, so jpeglib.h does not redefine INT32 and the like*/ #define XMD_H +#define UINT8 JPEG_UINT8 #define UINT16 JPEG_UINT16 #ifdef HAVE_JPEGLIB_H # include diff --git a/dlls/winmm/winenas/audio.c b/dlls/winmm/winenas/audio.c index 8d90a09a84..526e0fa194 100644 --- a/dlls/winmm/winenas/audio.c +++ b/dlls/winmm/winenas/audio.c @@ -55,8 +55,9 @@ #define FRAG_COUNT 10 /* avoid type conflicts */ -#define INT32 X_INT32 +#define INT8 X_INT8 #define INT16 X_INT16 +#define INT32 X_INT32 #define BOOL X_BOOL #define BYTE X_BYTE #ifdef HAVE_AUDIO_AUDIOLIB_H @@ -65,8 +66,9 @@ #ifdef HAVE_AUDIO_SOUNDLIB_H #include