Re: dsound: Add typedefs for uint8_t, uint16_t and uint32_t for systems that don't have stdint.h.

2008-10-17 Thread Michael Karcher
Am Freitag, den 17.10.2008, 11:06 +0100 schrieb Rob Shearman: +typedef unsigned char uint8_t; +typedef unsigned short uint16_t; +typedef unsigned int uint32_t; This probably works on all platforms Wine is designed for, but why don't you use the autoconf provision for these types called

Re: dsound: Add typedefs for uint8_t, uint16_t and uint32_t for systems that don't have stdint.h.

2008-10-17 Thread Dmitry Timoshkov
Rob Shearman [EMAIL PROTECTED] wrote: --- dlls/dsound/dsound_convert.c |4 1 files changed, 4 insertions(+), 0 deletions(-) I'd argue that dsound_convert.c should use win32 types instead. -- Dmitry.