Revert "Load audio earlier in the process. Might save us some time"
[supertux.git] / mk / msvc / stdint.h
1 #ifndef _STDINT_H
2 #define _STDINT_H
3
4 // SDL config declares most stdint.h stuff...
5 #include <sdl_config_win32.h>
6
7 #endif