Commit fd4a8941 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

include: Define DD_OK to S_OK instead of 0.

Add define for DD_FALSE.
parent 79ad9cbc
...@@ -72,7 +72,8 @@ typedef struct IDirectDrawGammaControl *LPDIRECTDRAWGAMMACONTROL; ...@@ -72,7 +72,8 @@ typedef struct IDirectDrawGammaControl *LPDIRECTDRAWGAMMACONTROL;
#define DDENUMRET_CANCEL 0 #define DDENUMRET_CANCEL 0
#define DDENUMRET_OK 1 #define DDENUMRET_OK 1
#define DD_OK 0 #define DD_OK S_OK
#define DD_FALSE S_FALSE
#define _FACDD 0x876 #define _FACDD 0x876
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment