Mercurial > mplayer.hg
changeset 3548:0dc1c224724d
reversed patch - faszom (C++) .so-ba
author | arpi |
---|---|
date | Mon, 17 Dec 2001 00:59:27 +0000 |
parents | 0548c1ca2829 |
children | 2e21accd86a8 |
files | loader/wine/windef.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/wine/windef.h Mon Dec 17 00:57:50 2001 +0000 +++ b/loader/wine/windef.h Mon Dec 17 00:59:27 2001 +0000 @@ -151,7 +151,7 @@ typedef unsigned int UINT; typedef unsigned short WORD; typedef unsigned int DWORD; -typedef unsigned long ULONG; +typedef unsigned int ULONG; typedef unsigned char BYTE; typedef long LONG; typedef short SHORT;