From 85312cc2fe553defc423efc4d1d4ea65172ef398 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 23 Oct 2005 19:18:39 +0000 Subject: [PATCH] adding #define DD_FALSE svn path=/trunk/; revision=18721 --- reactos/w32api/include/ddraw.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/w32api/include/ddraw.h b/reactos/w32api/include/ddraw.h index eb7b073381a..65ec4a0dfa2 100644 --- a/reactos/w32api/include/ddraw.h +++ b/reactos/w32api/include/ddraw.h @@ -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