From fd4a8941032458a9b2870d0068e6fb020a9c9e0c Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Wed, 1 Oct 2008 11:19:53 +0100 Subject: [PATCH] include: Define DD_OK to S_OK instead of 0. Add define for DD_FALSE. --- include/ddraw.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ddraw.h b/include/ddraw.h index 96246e32557..f7d1d375592 100644 --- a/include/ddraw.h +++ b/include/ddraw.h @@ -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