Browse Source

Compiles on Windows again

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2544 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
df71bdce55
4 changed files with 4 additions and 1 deletions
  1. +1
    -0
      common/JackDriverLoader.cpp
  2. +1
    -1
      common/JackGraphManager.h
  3. +1
    -0
      windows/JackWinNamedPipe.cpp
  4. +1
    -0
      windows/JackWinSemaphore.cpp

+ 1
- 0
common/JackDriverLoader.cpp View File

@@ -33,6 +33,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#endif #endif


#include "JackDriverLoader.h" #include "JackDriverLoader.h"
#include "JackConstants.h"
#include "JackError.h" #include "JackError.h"
#include <getopt.h> #include <getopt.h>
#include <stdio.h> #include <stdio.h>


+ 1
- 1
common/JackGraphManager.h View File

@@ -40,7 +40,7 @@ class EXPORT JackGraphManager : public JackShmMem, public JackAtomicState<JackCo


private: private:


JackPort fPortArray[PORT_NUM];
JackPort fPortArray[PORT_NUM];
JackClientTiming fClientTiming[CLIENT_NUM]; JackClientTiming fClientTiming[CLIENT_NUM];


jack_port_id_t AllocatePortAux(int refnum, const char* port_name, const char* port_type, JackPortFlags flags); jack_port_id_t AllocatePortAux(int refnum, const char* port_name, const char* port_type, JackPortFlags flags);


+ 1
- 0
windows/JackWinNamedPipe.cpp View File

@@ -24,6 +24,7 @@ This program is free software; you can redistribute it and/or modify
#include "JackWinNamedPipe.h" #include "JackWinNamedPipe.h"
#include "JackError.h" #include "JackError.h"
#include <assert.h> #include <assert.h>
#include <stdio.h>


#define BUFSIZE 4096 #define BUFSIZE 4096




+ 1
- 0
windows/JackWinSemaphore.cpp View File

@@ -23,6 +23,7 @@ This program is free software; you can redistribute it and/or modify


#include "JackWinSemaphore.h" #include "JackWinSemaphore.h"
#include "JackError.h" #include "JackError.h"
#include <stdio.h>


namespace Jack namespace Jack
{ {


Loading…
Cancel
Save