about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-01-23 18:43:24 +0800
committerGitHub <noreply@github.com>2025-01-23 11:43:24 +0100
commitf0d8712275d2ca1b27d7022acf48cde647bdacd5 (patch)
tree760e60c42e378ade560cb1d0a824ba0cfd9ebe8d /src/include
parentfe3b66b018adb3d7a89289fc1c74f80309938716 (diff)
downloadbox64-f0d8712275d2ca1b27d7022acf48cde647bdacd5.tar.gz
box64-f0d8712275d2ca1b27d7022acf48cde647bdacd5.zip
Clean up UnityPlayer.dll detection from my_mmap64 (#2286)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/wine_tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/wine_tools.h b/src/include/wine_tools.h
index 5c60fec2..4529a6d4 100644
--- a/src/include/wine_tools.h
+++ b/src/include/wine_tools.h
@@ -10,4 +10,6 @@ void* get_wine_prereserve(void);
 void dynarec_wine_prereserve(void);
 #endif
 
+void detect_unityplayer(int fd);
+
 #endif //__WINE_TOOLS_H__