changeset 2200 | 8192be6e3aef |
parent 2194 | 1597710c6118 |
child 2210 | 1cb7118a77dd |
--- a/openalbridge/openalwrap.h Sat Jun 27 09:51:15 2009 +0000 +++ b/openalbridge/openalwrap.h Sun Jun 28 14:37:26 2009 +0000 @@ -18,7 +18,6 @@ #include <stdio.h> #include <stdlib.h> -#include <stdint.h> #include "al.h" #include "alc.h" #include "loaders.h" @@ -27,8 +26,11 @@ #ifndef _WIN32 #include <pthread.h> +#include <stdint.h> #else +#define WIN32_LEAN_AND_MEAN #include <windows.h> +#include "winstdint.h" #endif #ifndef _SLEEP_H