missing change of stdint header
This commit is contained in:
@@ -40,7 +40,12 @@
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(_MSC_VER) && (_MSC_VER < 1600)
|
||||||
|
/* MS compilers of pre-VC2010 versions don't have stdint.h */
|
||||||
|
#include "wiiuse_msvcstdint.h"
|
||||||
|
#else
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
void wiiuse_pressed_buttons(struct wiimote_t* wm, byte* msg);
|
void wiiuse_pressed_buttons(struct wiimote_t* wm, byte* msg);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user