8000 Merge pull request #47 from sakurai-youhei/hotfix/issue-45-remove-std… · fancycode/MemoryModule@c4074af · GitHub
[go: up one dir, main page]

Skip to content

Commit c4074af

Browse files
authored
Merge pull request #47 from sakurai-youhei/hotfix/issue-45-remove-stdint_h
Remove stdint.h for VC++9.0 (VS2008)
2 parents 4b3d2a0 + c174ed1 commit c4074af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MemoryModule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include <windows.h>
2828
#include <winnt.h>
2929
#include <stddef.h>
30-
#include <stdint.h>
3130
#include <tchar.h>
3231
#ifdef DEBUG_OUTPUT
3332
#include <stdio.h>

0 commit comments

Comments
 (0)
0