forked from epics_driver_modules/motorBase
typedef bool to int for C compilers
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user