- finally managed to get rid of the DWORD type.
This one was particularly nasty because Windows also defines a DWORD, but in Windows it is an unsigned long, not an unsigned int so changing types caused type conflicts and not all could be removed. Those referring to the Windows type have to be kept, fortunately they are mostly in the Win32 directory, with a handful of exceptions elsewhere.
This commit is contained in:
parent
2b0e9650bb
commit
fec958cc0a
54 changed files with 66 additions and 120 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#define USE_WINDOWS_DWORD
|
||||
#endif
|
||||
|
||||
#include "sndfile_decoder.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue