fix on defining "bool"

pull/25/head
Ilya Shipitsin 2016-03-05 17:40:33 +05:00
parent 4d70195378
commit 551212daad
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdbool.h>
#define bool _Bool
int MyStartService();
int MyStopService();