|
|
@@ -32,11 +32,6 @@ jack_tls_key g_key_log_function; |
|
|
|
// Initialisation at library load time |
|
|
|
#ifdef WIN32 |
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
extern "C" |
|
|
|
{ |
|
|
|
#endif |
|
|
|
|
|
|
|
static void jack_init() |
|
|
|
{ |
|
|
|
if (!gKeyRealtimeInitialized) { |
|
|
@@ -60,6 +55,11 @@ static void jack_uninit() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
extern "C" |
|
|
|
{ |
|
|
|
#endif |
|
|
|
|
|
|
|
BOOL WINAPI DllEntryPoint(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) |
|
|
|
{ |
|
|
|
switch (fdwReason) { |
|
|
|