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;