X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=libs%2Fmikmod%2Fconfig.h;fp=libs%2Fmikmod%2Fconfig.h;h=24caf3c954089bf03a8df0258add240853cbaeeb;hp=92683f528436425a62d7883b207835069a8082bb;hb=e7fa163d0e617e17bb9c424d4f4a1f8d9818f3b5;hpb=17fa4a9ede6e783b149702da0d9cce3048b312e5 diff --git a/libs/mikmod/config.h b/libs/mikmod/config.h index 92683f5..24caf3c 100644 --- a/libs/mikmod/config.h +++ b/libs/mikmod/config.h @@ -1,9 +1,7 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - #define HAVE_LIMITS_H 1 #define HAVE_MEMCMP 1 #define HAVE_STDLIB_H 1 -#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 #define HAVE_STRSTR 1 #ifdef DOS @@ -39,8 +37,12 @@ #if defined(WIN32) +#define DRV_SDL 1 + #define HAVE_WINDOWS_H 1 #define HAVE_MALLOC_H 1 + +#define NO_SDL_CONFIG 1 #endif #undef MIKMOD_DEBUG @@ -80,6 +82,6 @@ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -#undef inline +#if !defined(__cplusplus) && defined(_MSC_VER) +#define inline __inline #endif