Jan Willamowius
2019-04-24 cd279f99fc3249c731ced737ca88fb66f9c3801c
src/library/base/base.h
@@ -18,10 +18,14 @@
#define DllExport  __declspec( dllexport )
#ifndef __cplusplus
#ifndef _MSC_VER
#include <stdbool.h>
#else
typedef int bool;
#define false 0
#define true -1
#endif
#endif
#endif
/* #define _DEBUG */