diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-06-28 17:47:19 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-06-28 17:48:11 +0200 |
commit | e3ceff428598a688500fdec2ce7e9e82b0b08105 (patch) | |
tree | 5289720abc825522e1096f1b76708d8efb348d4e /include/xor_strings.h | |
parent | 324f441c9731c5c83261ff8f5564d7af75258a6e (diff) |
get path of sysWow64 directory (required later for some sys dll path checks)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'include/xor_strings.h')
-rw-r--r-- | include/xor_strings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xor_strings.h b/include/xor_strings.h index 26b0a22..b7e6dfd 100644 --- a/include/xor_strings.h +++ b/include/xor_strings.h @@ -156,6 +156,7 @@ #define INFO_GETSYSTEMINFO "GetSystemInfo" #define INFO_GETVOLINFO "GetVolumeInformationA" #define INFO_GETSYSDIR "GetSystemDirectoryA" +#define INFO_GETSYSWOW64DIR "GetSystemWow64DirectoryA" #define INFO_GETCURDIR "GetCurrentDirectoryA" #define INFO_GETFILEATTRS "GetFileAttributesA" /* ENDSECTION */ |