about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-05-28 23:40:00 +0800
committerGitHub <noreply@github.com>2025-05-28 17:40:00 +0200
commitf1df65d88f05f9712229f6c9323ed20551171286 (patch)
tree584aaf2ff2cd9044f08e9d303acb2f5c507d6289 /src/include
parent6697c7d2294d3a75ac930f713146327998ba7d32 (diff)
downloadbox64-f1df65d88f05f9712229f6c9323ed20551171286.tar.gz
box64-f1df65d88f05f9712229f6c9323ed20551171286.zip
[WOW64][ENV] Clean up a bit (#2681)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/os.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/os.h b/src/include/os.h
index 03c075e7..f17a9a37 100644
--- a/src/include/os.h
+++ b/src/include/os.h
@@ -99,4 +99,6 @@ extern int isnanf(float);
 
 void PrintfFtrace(int prefix, const char* fmt, ...);
 
+void* GetEnv(const char* name);
+
 #endif //__OS_H_