Removed Boost dependency.

This commit is contained in:
Miroslav Bendík
2012-09-01 13:01:31 +02:00
parent cb65bbbc4c
commit b9e40ed972
3 changed files with 57 additions and 39 deletions

14
config.h Normal file
View 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