mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
adding #define DD_FALSE
svn path=/trunk/; revision=18721
This commit is contained in:
parent
c0bbaf7802
commit
85312cc2fe
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,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 a new issue