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/compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/compat.h') diff --git a/include/compat.h b/include/compat.h index 46070f1..4dd1843 100644 --- a/include/compat.h +++ b/include/compat.h @@ -189,6 +189,8 @@ BOOL WINAPI _GetCurrentHwProfile(LPHW_PROFILE_INFOA lpHwProfileInfo); UINT WINAPI _GetSystemDirectory (LPTSTR lpBuffer, UINT uSize); +UINT WINAPI _GetSystemWow64Directory(LPTSTR lpBuffer, UINT uSize); + DWORD WINAPI _GetCurrentDirectory(DWORD nBufferLength, LPTSTR lpBuffer); DWORD WINAPI _GetFileAttributes (LPCTSTR lpFileName); -- cgit v1.2.3