Merge pull request #185 from tevador/pr-crosscomp

Fix windows-target cross-compilation
fix-crash
tevador 4 years ago committed by GitHub
commit 863765bbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "../jit_compiler.hpp"
#ifdef _WIN32
#include <windows.h>
#include <VersionHelpers.h>
#include <versionhelpers.h>
#endif
#include "affinity.hpp"

Loading…
Cancel
Save