Browse Source

Correct headers for Windows compilation.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2881 0c269be4-1314-0410-8aa9-9f06e86f4224
pull/11/head
sletz 17 years ago
parent
commit
fa9d8559bd
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      systemdeps.h

+ 3
- 5
systemdeps.h View File

@@ -26,11 +26,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

#ifdef __MINGW32__
#include <stdint.h>
#include <sys/types.h>
#include <sys/types.h>
#else
#define __inline__ inline
#define vsnprintf _vsnprintf
#define snprintf _snprintf
#define snprintf _snprintf

typedef char int8_t;
typedef unsigned char uint8_t;
@@ -40,11 +40,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
typedef unsigned long uint32_t;
typedef LONGLONG int64_t;
typedef ULONGLONG uint64_t;

#endif

typedef HANDLE pthread_t;
typedef int64_t _jack_time_t;
typedef int64_t _jack_time_t;

#endif // WIN32 */

@@ -58,5 +57,4 @@ typedef uint64_t _jack_time_t;

#endif // __APPLE__ || __linux__ */


#endif

Loading…
Cancel
Save