From e3ceff428598a688500fdec2ce7e9e82b0b08105 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 28 Jun 2020 17:47:19 +0200 Subject: get path of sysWow64 directory (required later for some sys dll path checks) Signed-off-by: Toni Uhlig --- include/xor_strings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/xor_strings.h') 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 */ -- cgit v1.2.3