service.h:26:1: error: unknown type name ‘bool’

bool CheckIServiceStatus();

 ^
pull/25/head
Ilya Shipitsin 2016-03-05 17:35:31 +05:00
parent 9b2c68fe27
commit 4d70195378
1 changed files with 2 additions and 0 deletions

View File

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