From e40d2a6f354cbae5a5ce5eb19dd111df78bcd360 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sat, 24 Jul 2004 18:50:10 +0000 Subject: [PATCH] Add ddraw.h available define Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1893 --- src/platform/visualc/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index 1751d54f..55025203 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -40,6 +40,9 @@ /* environ can be linked */ #define ENVIRON_LINKED 1 +/* Define to 1 if you have the header file. */ +#define HAVE_DDRAW_H 1 + #define GCC_ATTRIBUTE(x) /* attribute not supported */ typedef double Real64;