changeset 3539:70ada7e09a30

ULONG bug fix
author pontscho
date Sun, 16 Dec 2001 23:45:49 +0000
parents 7cf59fbbe4f5
children 1bfa5284f160
files loader/wine/windef.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/wine/windef.h	Sun Dec 16 23:45:23 2001 +0000
+++ b/loader/wine/windef.h	Sun Dec 16 23:45:49 2001 +0000
@@ -151,7 +151,7 @@
 typedef unsigned int    UINT;
 typedef unsigned short  WORD;
 typedef unsigned int    DWORD;
-typedef unsigned int    ULONG;
+typedef unsigned long   ULONG;
 typedef unsigned char   BYTE;
 typedef long            LONG;
 typedef short           SHORT;