openalbridge/wrappers.h
changeset 2211 288360b78f30
parent 2210 1cb7118a77dd
child 2212 6b5da1a2765a
equal deleted inserted replaced
2210:1cb7118a77dd 2211:288360b78f30
    23 #ifndef _WIN32
    23 #ifndef _WIN32
    24 #include <pthread.h>
    24 #include <pthread.h>
    25 #include <stdint.h>
    25 #include <stdint.h>
    26 #else
    26 #else
    27 #define WIN32_LEAN_AND_MEAN
    27 #define WIN32_LEAN_AND_MEAN
    28 #include <windows.h>
    28 #include <process.h>
    29 #include "winstdint.h"
    29 #include "winstdint.h"
    30 #endif
    30 #endif
    31 
    31 
    32 #ifndef _SLEEP_H
    32 #ifndef _SLEEP_H
    33 #define _SLEEP_H
    33 #define _SLEEP_H