From: Magnus Olsen Date: Sun, 23 Oct 2005 19:18:39 +0000 (+0000) Subject: adding #define DD_FALSE X-Git-Tag: backups/ros-branch-0_2_9@19949~1150 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=85312cc2fe553defc423efc4d1d4ea65172ef398 adding #define DD_FALSE svn path=/trunk/; revision=18721 --- 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