mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-20 14:11:16 +00:00
Fix 32bit build 64bit MSVC (#84)
This commit is contained in:
parent
5a0b976994
commit
7c6cec2f54
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h> // for vsprintf
|
#include <stdio.h> // for vsprintf
|
||||||
|
#if defined(_MSC_VER) && _MSC_VER >= 1310
|
||||||
|
#include <intrin.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
// File name validated by BETA10 0x1011cba3; directory unknown
|
// File name validated by BETA10 0x1011cba3; directory unknown
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user