Removes definition of BOOL which conflicts with mignw
This commit is contained in:
@@ -36,7 +36,7 @@ extern "C"
|
|||||||
#ifndef __COREFOUNDATION_CFPLUGINCOM__
|
#ifndef __COREFOUNDATION_CFPLUGINCOM__
|
||||||
typedef uint32_t ULONG;
|
typedef uint32_t ULONG;
|
||||||
typedef void *LPVOID;
|
typedef void *LPVOID;
|
||||||
typedef int16_t BOOL;
|
//typedef int16_t BOOL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef ULONG *PULONG;
|
typedef ULONG *PULONG;
|
||||||
@@ -81,7 +81,7 @@ extern "C"
|
|||||||
typedef LPCSTR LPCTSTR;
|
typedef LPCSTR LPCTSTR;
|
||||||
|
|
||||||
/* types unused by pcsc-lite */
|
/* types unused by pcsc-lite */
|
||||||
typedef short BOOL;
|
//typedef short BOOL;
|
||||||
typedef unsigned short WORD;
|
typedef unsigned short WORD;
|
||||||
typedef ULONG *PULONG;
|
typedef ULONG *PULONG;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user