minetestmapper/include/config.h

12 lines
197 B
C
Raw Normal View History

2012-09-01 13:01:31 +02:00
#if MSDOS || __OS2__ || __NT__ || _WIN32
#define PATH_SEPARATOR '\\'
#else
#define PATH_SEPARATOR '/'
#endif
2012-09-01 14:36:14 +02:00
2014-03-05 21:41:27 +01:00
#ifdef USE_CMAKE_CONFIG_H
#include "cmake_config.h"
#else
2024-11-11 09:50:26 +01:00
#error missing config
2014-03-05 21:41:27 +01:00
#endif