typedef bool to int for C compilers

This commit is contained in:
MarkRivers
2006-05-10 22:14:56 +00:00
parent ca40ccd928
commit 9778e9feca
+6 -3
View File
@@ -1,6 +1,6 @@
////////////////////////////////////////////////////////////////////
// Created header file XPS_C8_drivers.h for API headings
//
/*
* Created header file XPS_C8_drivers.h for API headings
*/
#ifdef _WIN32
@@ -13,6 +13,9 @@
#define __stdcall
#endif
#ifndef __cplusplus
typedef int bool;
#endif
#ifdef __cplusplus
extern "C"