include: Define DD_OK to S_OK instead of 0.
Add define for DD_FALSE.
This commit is contained in:
parent
79ad9cbcdd
commit
fd4a894103
|
@ -72,7 +72,8 @@ typedef struct IDirectDrawGammaControl *LPDIRECTDRAWGAMMACONTROL;
|
|||
#define DDENUMRET_CANCEL 0
|
||||
#define DDENUMRET_OK 1
|
||||
|
||||
#define DD_OK 0
|
||||
#define DD_OK S_OK
|
||||
#define DD_FALSE S_FALSE
|
||||
|
||||
|
||||
#define _FACDD 0x876
|
||||
|
|
Loading…
Reference in New Issue