Merge pull request #47 from sakurai-youhei/hotfix/issue-45-remove-stdint_h

Remove stdint.h for VC++9.0 (VS2008)
This commit is contained in:
Joachim Bauch
2016-09-12 18:02:14 +02:00
committed by GitHub
-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>