mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
small change to start to implement ddraw.dll
svn path=/trunk/; revision=14150
This commit is contained in:
parent
8753158ddb
commit
d1274928bb
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
extern "C" {
|
||||
#endif /* defined(__cplusplus) */
|
||||
|
||||
#ifndef __DDRAW_GUID_DEFINED__
|
||||
DEFINE_GUID( CLSID_DirectDraw, 0xD7B70EE0,0x4340,0x11CF,0xB0,0x63,0x00,0x20,0xAF,0xC2,0xCD,0x35 );
|
||||
|
||||
#endif
|
||||
|
||||
#define DDENUMRET_CANCEL 0
|
||||
#define DDENUMRET_OK 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue