summaryrefslogtreecommitdiffstats
path: root/loader/wine/windef.h
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-28 20:22:38 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-28 20:22:38 +0000
commit644c09f266f93781b4beefbe5b283207f1aa6db4 (patch)
tree82ac206683cd7c99fa84a57efbf6365ffd60008d /loader/wine/windef.h
parent450854c020de0450394c72b4ab2f3bc23834bf78 (diff)
downloadmpv-644c09f266f93781b4beefbe5b283207f1aa6db4.tar.bz2
mpv-644c09f266f93781b4beefbe5b283207f1aa6db4.tar.xz
loader gcc warning fixes and avifile sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13183 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/wine/windef.h')
-rw-r--r--loader/wine/windef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/wine/windef.h b/loader/wine/windef.h
index 51b1034eae..8d6a42e229 100644
--- a/loader/wine/windef.h
+++ b/loader/wine/windef.h
@@ -156,8 +156,8 @@ typedef void VOID;
typedef int INT;
typedef unsigned int UINT;
typedef unsigned short WORD;
-typedef unsigned int DWORD;
-typedef unsigned int ULONG;
+typedef unsigned long DWORD;
+typedef unsigned long ULONG;
typedef unsigned char BYTE;
typedef long LONG;
typedef short SHORT;