X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fstdafx.h;h=8993bb356140d5f0ad32938310b4e01ab9b56fd9;hp=d40344f3103832c9fc7cc666a6d7f0021bfb30ad;hb=c668f24877c063db881fa8d1eeb8a6fbc649d5a0;hpb=ea66e8840b75b0284f192e6fa068857b91ef08eb diff --git a/plugins/dfsound/stdafx.h b/plugins/dfsound/stdafx.h index d40344f3..8993bb35 100644 --- a/plugins/dfsound/stdafx.h +++ b/plugins/dfsound/stdafx.h @@ -32,9 +32,9 @@ #undef CALLBACK #define CALLBACK -#define DWORD unsigned long +#define DWORD unsigned int #define LOWORD(l) ((unsigned short)(l)) -#define HIWORD(l) ((unsigned short)(((unsigned long)(l) >> 16) & 0xFFFF)) +#define HIWORD(l) ((unsigned short)(((unsigned int)(l) >> 16) & 0xFFFF)) #ifndef INLINE #define INLINE static inline