workaround stdint header should not be in angle brackets
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1600)
|
||||
/* MS compilers of pre-VC2010 versions don't have stdint.h */
|
||||
#include <wiiuse_msvcstdint.h>
|
||||
#include "wiiuse_msvcstdint.h"
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1600)
|
||||
/* MS compilers of pre-VC2010 versions don't have stdint.h */
|
||||
#include <wiiuse_msvcstdint.h>
|
||||
#include "wiiuse_msvcstdint.h"
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user