git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2470 0c269be4-1314-0410-8aa9-9f06e86f4224tags/1.90
| @@ -32,12 +32,10 @@ namespace Jack | |||||
| { | { | ||||
| JackExternalClient::JackExternalClient(): fClientControl(NULL) | JackExternalClient::JackExternalClient(): fClientControl(NULL) | ||||
| { | |||||
| } | |||||
| {} | |||||
| JackExternalClient::~JackExternalClient() | JackExternalClient::~JackExternalClient() | ||||
| { | |||||
| } | |||||
| {} | |||||
| int JackExternalClient::ClientNotify(int refnum, const char* name, int notify, int sync, int value1, int value2) | int JackExternalClient::ClientNotify(int refnum, const char* name, int notify, int sync, int value1, int value2) | ||||
| { | { | ||||
| @@ -32,11 +32,6 @@ jack_tls_key g_key_log_function; | |||||
| // Initialisation at library load time | // Initialisation at library load time | ||||
| #ifdef WIN32 | #ifdef WIN32 | ||||
| #ifdef __cplusplus | |||||
| extern "C" | |||||
| { | |||||
| #endif | |||||
| static void jack_init() | static void jack_init() | ||||
| { | { | ||||
| if (!gKeyRealtimeInitialized) { | if (!gKeyRealtimeInitialized) { | ||||
| @@ -60,6 +55,11 @@ static void jack_uninit() | |||||
| } | } | ||||
| } | } | ||||
| #ifdef __cplusplus | |||||
| extern "C" | |||||
| { | |||||
| #endif | |||||
| BOOL WINAPI DllEntryPoint(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) | BOOL WINAPI DllEntryPoint(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) | ||||
| { | { | ||||
| switch (fdwReason) { | switch (fdwReason) { | ||||