mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-05 06:25:33 +00:00
Removed MSVC binding. (#808)
This commit is contained in:
parent
c09a52e803
commit
fa45a42c76
34 changed files with 3 additions and 2811 deletions
|
|
@ -24,12 +24,7 @@
|
|||
#error vb6 is 32bit only
|
||||
#endif
|
||||
|
||||
#ifdef DYNLOAD
|
||||
#include "./../msvc/unicorn_dynload.h"
|
||||
#else
|
||||
#include <unicorn.h>
|
||||
#pragma comment(lib, "unicorn_staload.lib")
|
||||
#endif
|
||||
#include <unicorn/unicorn.h>
|
||||
|
||||
|
||||
//if you compile with VS2008 you will need to add stdint.h and inttypes.h to your compiler include directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue