diff options
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/dfsound/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfsound/stdafx.h b/plugins/dfsound/stdafx.h index 73f24975..37c4f539 100755 --- a/plugins/dfsound/stdafx.h +++ b/plugins/dfsound/stdafx.h @@ -55,9 +55,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 inline |
