diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-16 11:56:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-16 11:56:14 -0500 |
commit | f53dc4c9d6ab7ae8e90d7375ef76935ffbea93a1 (patch) | |
tree | 16416d266d5467e7cb5fdb5e8c88ad317dd54b3f /src | |
parent | 8b097aa17e598fa1d1075ea1e7512925ec423524 (diff) | |
parent | 2d7a85f7afc2240c5dd0ac35f5981382c494d81c (diff) |
Merge pull request #31 from jroweboy/fix-deploy
Build/Deploy Updates to Setup Nightly Builds
Diffstat (limited to 'src')
-rw-r--r-- | src/core/arm/unicorn/arm_unicorn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/unicorn/arm_unicorn.cpp b/src/core/arm/unicorn/arm_unicorn.cpp index 13f6c658c..fd64eab39 100644 --- a/src/core/arm/unicorn/arm_unicorn.cpp +++ b/src/core/arm/unicorn/arm_unicorn.cpp @@ -11,7 +11,7 @@ #include "core/hle/kernel/svc.h" // Load Unicorn DLL once on Windows using RAII -#ifdef _WIN32 +#ifdef _MSC_VER #include <unicorn_dynload.h> struct LoadDll { private: |