diff options
| author | Brick <6098371+0x1F9F1@users.noreply.github.com> | 2019-02-15 17:23:04 +0000 |
|---|---|---|
| committer | Jordan <jordan@psifertex.com> | 2019-02-27 15:16:38 -0500 |
| commit | 156ad4bb6d7c789c4f4a1c7daf635eb7d3a92400 (patch) | |
| tree | e3f53c7d401e215a06c52582aad6ddfe5f3067d5 /examples/llil_parser/src | |
| parent | 49f6de04c7106e6ab8ce31fac6299f372a665698 (diff) | |
Greatly improved CMake builds + Fixed tests compilation
Diffstat (limited to 'examples/llil_parser/src')
| -rw-r--r-- | examples/llil_parser/src/llil_parser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/llil_parser/src/llil_parser.cpp b/examples/llil_parser/src/llil_parser.cpp index 982593a9..e23d32f6 100644 --- a/examples/llil_parser/src/llil_parser.cpp +++ b/examples/llil_parser/src/llil_parser.cpp @@ -8,7 +8,7 @@ using namespace BinaryNinja; using namespace std; -#ifndef __WIN32__ +#ifndef _WIN32 #include <libgen.h> #include <dlfcn.h> static string GetPluginsDirectory() @@ -24,7 +24,7 @@ static string GetPluginsDirectory() #else static string GetPluginsDirectory() { - return "C:\\Program Files\\Vector35\\Binary Ninja\\plugins\\"; + return "C:\\Program Files\\Vector35\\BinaryNinja\\plugins\\"; } #endif |
