Some small changes to clean up before pull request.

This commit is contained in:
xorstream
2017-01-20 22:34:14 +11:00
parent 92392e0f57
commit 1fea4e6d87
4 changed files with 48 additions and 51 deletions

View File

@ -8,6 +8,10 @@
extern "C" {
#endif
#ifdef _MSC_VER
#pragma comment(lib, "unicorn.lib")
#endif
#include "platform.h"
#include <stdarg.h>
#if defined(UNICORN_HAS_OSXKERNEL)