Fixed C++ defines and procui.h declarations

Fixed C++ defines and procui.h declarations
This commit is contained in:
xhp-creations 2016-08-15 00:33:58 -04:00 committed by GitHub
parent 782e02a39c
commit 28f8b1655f
5 changed files with 6 additions and 6 deletions

View File

@ -70,7 +70,7 @@ struct linger
}; };
#ifdef __cplusplus #ifdef __cplusplus
"C" { extern "C" {
#endif #endif
void void

View File

@ -8,7 +8,7 @@
*/ */
#ifdef __cplusplus #ifdef __cplusplus
"C" { extern "C" {
#endif #endif
typedef void (*ProcUISaveCallback)(void); typedef void (*ProcUISaveCallback)(void);
@ -59,7 +59,7 @@ void
ProcUIShutdown(); ProcUIShutdown();
ProcUIStatus ProcUIStatus
ProcUISubProcessMessages(); ProcUISubProcessMessages(BOOL block);
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@ -8,7 +8,7 @@
*/ */
#ifdef __cplusplus #ifdef __cplusplus
"C" { extern "C" {
#endif #endif
void void

View File

@ -8,7 +8,7 @@
*/ */
#ifdef __cplusplus #ifdef __cplusplus
"C" { extern "C" {
#endif #endif
//TODO //TODO

View File

@ -8,7 +8,7 @@
*/ */
#ifdef __cplusplus #ifdef __cplusplus
"C" { extern "C" {
#endif #endif
typedef struct VPADVec2D VPADVec2D; typedef struct VPADVec2D VPADVec2D;