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