Removed MSVC binding. (#808)

This commit is contained in:
xorstream
2017-04-27 12:21:04 +10:00
committed by Nguyen Anh Quynh
parent c09a52e803
commit fa45a42c76
34 changed files with 3 additions and 2811 deletions

View File

@ -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