mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-02 08:30:20 +02:00
Removed Boost dependency.
This commit is contained in:
14
config.h
Normal file
14
config.h
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
* =====================================================================
|
||||
* Version: 1.0
|
||||
* Created: 01.09.2012 12:58:02
|
||||
* Author: Miroslav Bendík
|
||||
* Company: LinuxOS.sk
|
||||
* =====================================================================
|
||||
*/
|
||||
|
||||
#if MSDOS || __OS2__ || __NT__ || _WIN32
|
||||
#define PATH_SEPARATOR '\\'
|
||||
#else
|
||||
#define PATH_SEPARATOR '/'
|
||||
#endif
|
Reference in New Issue
Block a user