From 131ad1a8f9aeebee3a7560e09c73cdbba8573feb Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 12 Jan 2010 21:41:34 +0100 Subject: sid player is now real plugin (dynamically loaded) ported sid code to new API moved to different md5 library added more md5 functions to plugin API --- plugins/sid/sidplay-libs/libsidplay/win/VC/config.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/sid/sidplay-libs/libsidplay/win/VC/config.h (limited to 'plugins/sid/sidplay-libs/libsidplay/win/VC/config.h') diff --git a/plugins/sid/sidplay-libs/libsidplay/win/VC/config.h b/plugins/sid/sidplay-libs/libsidplay/win/VC/config.h new file mode 100644 index 00000000..553737ed --- /dev/null +++ b/plugins/sid/sidplay-libs/libsidplay/win/VC/config.h @@ -0,0 +1,20 @@ +/* Setup for Microsoft Visual C++ Version 5 */ +#ifndef _config_h_ +#define _config_h_ + +#define PACKAGE "libsidplay" +#define VERSION "2.1.0a3" + +/* Define if your C++ compiler implements exception-handling. */ +#define HAVE_EXCEPTIONS + +/* Define if you support file names longer than 14 characters. */ +#define HAVE_LONG_FILE_NAMES + +/* Define if you have the header file. */ +#define HAVE_STRSTREA_H + +/* Define if ``ios::nocreate'' is supported. */ +//#define HAVE_IOS_NOCREATE + +#endif // _config_h_ -- cgit v1.2.3