reversed patch - faszom (C++) .so-ba

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3549 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-12-17 00:59:27 +00:00
parent 7be66b07a4
commit 7943ed6f42
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ typedef int INT;
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;