From 28f8b1655f642a90a5c975bdbd42b3f37763904b Mon Sep 17 00:00:00 2001 From: xhp-creations Date: Mon, 15 Aug 2016 00:33:58 -0400 Subject: [PATCH] Fixed C++ defines and procui.h declarations Fixed C++ defines and procui.h declarations --- include/nsysnet/socket.h | 2 +- include/proc_ui/procui.h | 4 ++-- include/sysapp/launch.h | 2 +- include/sysapp/switch.h | 2 +- include/vpad/input.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/nsysnet/socket.h b/include/nsysnet/socket.h index 75f010e..4f3c5e6 100644 --- a/include/nsysnet/socket.h +++ b/include/nsysnet/socket.h @@ -70,7 +70,7 @@ struct linger }; #ifdef __cplusplus -"C" { +extern "C" { #endif void diff --git a/include/proc_ui/procui.h b/include/proc_ui/procui.h index 91ea06d..521e7e8 100644 --- a/include/proc_ui/procui.h +++ b/include/proc_ui/procui.h @@ -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 } diff --git a/include/sysapp/launch.h b/include/sysapp/launch.h index e48a10e..f281771 100644 --- a/include/sysapp/launch.h +++ b/include/sysapp/launch.h @@ -8,7 +8,7 @@ */ #ifdef __cplusplus -"C" { +extern "C" { #endif void diff --git a/include/sysapp/switch.h b/include/sysapp/switch.h index 0fcc7aa..ad4f854 100644 --- a/include/sysapp/switch.h +++ b/include/sysapp/switch.h @@ -8,7 +8,7 @@ */ #ifdef __cplusplus -"C" { +extern "C" { #endif //TODO diff --git a/include/vpad/input.h b/include/vpad/input.h index 7e95922..b476a66 100644 --- a/include/vpad/input.h +++ b/include/vpad/input.h @@ -8,7 +8,7 @@ */ #ifdef __cplusplus -"C" { +extern "C" { #endif typedef struct VPADVec2D VPADVec2D;