make ddraw compile again

svn path=/trunk/; revision=18314
This commit is contained in:
Magnus Olsen 2005-10-07 21:30:33 +00:00
parent f84e3fa9f1
commit 2b24d9c754

View file

@ -480,6 +480,8 @@ typedef struct
typedef DWORD (STDCALL *PDD_MAPMEMORY)(PDD_MAPMEMORYDATA);
typedef struct _DD_DESTROYDRIVERDATA *PDD_DESTROYDRIVERDATA;
typedef struct _DD_SETMODEDATA *PDD_SETMODEDATA;
typedef DWORD (APIENTRY *PDD_DESTROYDRIVER)(PDD_DESTROYDRIVERDATA);
typedef DWORD (APIENTRY *PDD_SETMODE)(PDD_SETMODEDATA);