Browse Source

Compilation on Windows

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1496 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.64
sletz 18 years ago
parent
commit
ccab431be5
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      windows/JackWinNamedPipeServerChannel.cpp

+ 3
- 2
windows/JackWinNamedPipeServerChannel.cpp View File

@@ -21,7 +21,8 @@ Copyright (C) 2004-2006 Grame
#pragma warning (disable : 4786)
#endif

#include "JackWinNamedPipeServerChannel.h"
#include "JackWinNamedPipeServerChannel.h"
#include "JackNotification.h"
#include "JackRequest.h"
#include "JackServer.h"
#include "JackEngine.h"
@@ -293,7 +294,7 @@ void JackClientPipeThread::KillClient()
} else if (fRefNum == 0) { // Correspond to a still not opened client.
JackLog("Kill a not opened client\n");
} else {
fServer->Notify(fRefNum, JackNotifyChannelInterface::kDeadClient, 0);
fServer->Notify(fRefNum, kDeadClient, 0);
}

Close();


Loading…
Cancel
Save