stdbool.h is C99. Use a more proper define.

This commit is contained in:
Themaister 2012-02-05 00:50:47 +01:00
parent 18d6d58a2b
commit c32d321b06

View File

@ -18,8 +18,7 @@
#ifndef MAIN_WRAP_H__
#define MAIN_WRAP_H__
#ifdef _MSC_VER
#else
#ifndef __cplusplus
#include <stdbool.h>
#endif