Browse Source

Compile on Windows again.

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

+ 1
- 1
windows/JackWinNamedPipeServerChannel.cpp View File

@@ -307,7 +307,7 @@ bool JackClientPipeThread::HandleRequest()
JackInternalClientLoadRequest req;
JackInternalClientLoadResult res;
if (req.Read(fPipe) == 0)
res.fResult = fServer->InternalClientLoad(req.fName, req.fDllName, req.fLoadInitName, req.fOptions, &res.fIntRefNum, req.fUUID, &res.fStatus);
res.fResult = fServer->InternalClientLoad1(req.fName, req.fDllName, req.fLoadInitName, req.fOptions, &res.fIntRefNum, req.fUUID, &res.fStatus);
res.Write(fPipe);
break;
}


Loading…
Cancel
Save