Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2470 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
43685cbec3
2 changed files with 7 additions and 9 deletions
  1. +2
    -4
      common/JackExternalClient.cpp
  2. +5
    -5
      common/JackGlobals.cpp

+ 2
- 4
common/JackExternalClient.cpp View File

@@ -32,12 +32,10 @@ namespace Jack
{

JackExternalClient::JackExternalClient(): fClientControl(NULL)
{
}
{}

JackExternalClient::~JackExternalClient()
{
}
{}

int JackExternalClient::ClientNotify(int refnum, const char* name, int notify, int sync, int value1, int value2)
{


+ 5
- 5
common/JackGlobals.cpp View File

@@ -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) {


Loading…
Cancel
Save