Files
Konrad Beckmann 20d7fefaf9 Import mikmod
2021-08-02 02:19:41 +02:00

1 line
400 B
C

/* use pre-compiled headers, for speed */
#if __MWERKS__
#ifndef MSL_USE_PRECOMPILED_HEADERS
#define MSL_USE_PRECOMPILED_HEADERS 1
#endif
#include <ansi_prefix.mac.h>
#endif
/* standard headers */
#include <stdio.h>
#include <stdlib.h>
/* defines */
#define HAVE_CONFIG_H 1
/* missing function prototypes */
extern char *strdup(const char *);
extern int strcasecmp(const char *,const char *);