mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
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_CANCEL 0
|
||||||
#define DDENUMRET_OK 1
|
#define DDENUMRET_OK 1
|
||||||
|
|
||||||
#define DD_OK 0
|
#define DD_OK S_OK
|
||||||
|
#define DD_FALSE S_FALSE
|
||||||
|
|
||||||
|
|
||||||
#define _FACDD 0x876
|
#define _FACDD 0x876
|
||||||
|
Loading…
Reference in New Issue
Block a user