include: Define DD_OK to S_OK instead of 0.

Add define for DD_FALSE.
oldstable
Rob Shearman 2008-10-01 11:19:53 +01:00 committed by Alexandre Julliard
parent 79ad9cbcdd
commit fd4a894103
1 changed files with 2 additions and 1 deletions

View File

@ -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