libsidplayfp
2.15.0
Main Page
Related Pages
Classes
Files
Examples
File List
src
sidtune
SidTuneCfg.h
1
/* SidTuneCfg.h (template) */
2
3
#ifndef SIDTUNECFG_H
4
#define SIDTUNECFG_H
5
6
#ifdef HAVE_CONFIG_H
7
# include "config.h"
8
#endif
9
10
// Define the file/path separator(s) that your filesystem uses:
11
// SID_FS_IS_COLON_AND_BACKSLASH, SID_FS_IS_COLON_AND_SLASH,
12
// SID_FS_IS_BACKSLASH, SID_FS_IS_COLON, SID_FS_IS_SLASH
13
#if defined(_WIN32) || defined(_MSDOS) || defined(_OS2)
14
# define SID_FS_IS_COLON_AND_BACKSLASH_AND_SLASH
15
#elif defined(__APPLE__) && defined(__MACH__)
16
# define SID_FS_IS_COLON
17
#elif defined(AMIGA)
18
# define SID_FS_IS_COLON_AND_SLASH
19
#else
20
# define SID_FS_IS_SLASH
21
#endif
22
23
#endif
/* SIDTUNECFG_H */
Generated on Sun Jun 29 2025 14:22:57 for libsidplayfp by
1.9.8