Merging with current msvc.

This commit is contained in:
xorstream
2017-01-23 01:07:06 +11:00
64 changed files with 279 additions and 801 deletions

View File

@ -20,10 +20,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <unicorn/unicorn.h>
<<<<<<< HEAD
=======
#include <assert.h>
>>>>>>> unicorn-engine/msvc
#include <string.h>
#include <assert.h>
#include <stdlib.h>
<<<<<<< HEAD
#
=======
>>>>>>> unicorn-engine/msvc
#pragma pack(push, 1)
struct SegmentDescriptor {
union {