openalbridge/openalwrap.h
changeset 2200 8192be6e3aef
parent 2194 1597710c6118
child 2210 1cb7118a77dd
equal deleted inserted replaced
2199:be265856322f 2200:8192be6e3aef
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  */
    17  */
    18 
    18 
    19 #include <stdio.h>
    19 #include <stdio.h>
    20 #include <stdlib.h>
    20 #include <stdlib.h>
    21 #include <stdint.h>
       
    22 #include "al.h"
    21 #include "al.h"
    23 #include "alc.h"
    22 #include "alc.h"
    24 #include "loaders.h"
    23 #include "loaders.h"
    25 #include "wrappers.h"
    24 #include "wrappers.h"
    26 #include "endianness.h"
    25 #include "endianness.h"
    27 
    26 
    28 #ifndef _WIN32
    27 #ifndef _WIN32
    29 #include <pthread.h>
    28 #include <pthread.h>
       
    29 #include <stdint.h>
    30 #else
    30 #else
       
    31 #define WIN32_LEAN_AND_MEAN
    31 #include <windows.h>
    32 #include <windows.h>
       
    33 #include "winstdint.h"
    32 #endif
    34 #endif
    33 
    35 
    34 #ifndef _SLEEP_H
    36 #ifndef _SLEEP_H
    35 #define _SLEEP_H
    37 #define _SLEEP_H
    36 /** 1.0 02/03/10 - Defines cross-platform sleep, usleep, etc. * By Wu Yongwei **/
    38 /** 1.0 02/03/10 - Defines cross-platform sleep, usleep, etc. * By Wu Yongwei **/