mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
make ddraw compile again
svn path=/trunk/; revision=18314
This commit is contained in:
parent
f84e3fa9f1
commit
2b24d9c754
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue