workaround stdint header should not be in angle brackets

This commit is contained in:
Ryan Pavlik
2011-04-28 09:48:40 -05:00
parent c305647912
commit 17f4a2b555
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
#if defined(_MSC_VER) && (_MSC_VER < 1600) #if defined(_MSC_VER) && (_MSC_VER < 1600)
/* MS compilers of pre-VC2010 versions don't have stdint.h */ /* MS compilers of pre-VC2010 versions don't have stdint.h */
#include <wiiuse_msvcstdint.h> #include "wiiuse_msvcstdint.h"
#else #else
#include <stdint.h> #include <stdint.h>
#endif #endif

View File

@@ -53,7 +53,7 @@
#if defined(_MSC_VER) && (_MSC_VER < 1600) #if defined(_MSC_VER) && (_MSC_VER < 1600)
/* MS compilers of pre-VC2010 versions don't have stdint.h */ /* MS compilers of pre-VC2010 versions don't have stdint.h */
#include <wiiuse_msvcstdint.h> #include "wiiuse_msvcstdint.h"
#else #else
#include <stdint.h> #include <stdint.h>
#endif #endif