Finalise MSVC port (#739)
* Fix for MIPS issue. * Sparc support added. * M68K support added. * Arm support ported. * Fix issue with VS2015 shlobj.h file * Arm issue fix. * Finalise MSVC port.
This commit is contained in:

committed by
Nguyen Anh Quynh

parent
e08d1bf7c6
commit
2a941e3efb
@ -8,10 +8,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "unicorn.lib")
|
||||
#endif
|
||||
|
||||
#include "platform.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
|
Reference in New Issue
Block a user