mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-05 14:35:45 +00:00
Fixed includes for moved unicorn_dynload.h file
This commit is contained in:
parent
74aeef217c
commit
f68077852f
11 changed files with 11 additions and 11 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include <windows.h>
|
||||
#define PRIx64 "llX"
|
||||
#ifdef DYNLOAD
|
||||
#include <unicorn/unicorn_dynload.h>
|
||||
#include "unicorn_dynload.h"
|
||||
#else // DYNLOAD
|
||||
#include <unicorn/unicorn.h>
|
||||
#ifdef _WIN64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue