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
"C" {
extern "C" {
#endif
void

View File

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

View File

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

View File

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

View File

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