1
0
Fork 0

Add ddraw.h available define

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1893
This commit is contained in:
Sjoerd van der Berg 2004-07-24 18:50:10 +00:00
parent 7533ab4de4
commit e40d2a6f35

View file

@ -40,6 +40,9 @@
/* environ can be linked */
#define ENVIRON_LINKED 1
/* Define to 1 if you have the <ddraw.h> header file. */
#define HAVE_DDRAW_H 1
#define GCC_ATTRIBUTE(x) /* attribute not supported */
typedef double Real64;