Remove stdint.h for VC++9.0 (VS2008)

This commit is contained in:
Youhei Sakurai
2016-09-13 00:50:13 +09:00
parent 4b3d2a08d5
commit c174ed1177
-1
View File
@@ -27,7 +27,6 @@
#include <windows.h>
#include <winnt.h>
#include <stddef.h>
#include <stdint.h>
#include <tchar.h>
#ifdef DEBUG_OUTPUT
#include <stdio.h>