aboutsummaryrefslogtreecommitdiff
path: root/include/compat.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-06-28 17:47:19 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-06-28 17:48:11 +0200
commite3ceff428598a688500fdec2ce7e9e82b0b08105 (patch)
tree5289720abc825522e1096f1b76708d8efb348d4e /include/compat.h
parent324f441c9731c5c83261ff8f5564d7af75258a6e (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/compat.h')
-rw-r--r--include/compat.h2
1 files changed, 2 insertions, 0 deletions
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);