From f1df65d88f05f9712229f6c9323ed20551171286 Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Wed, 28 May 2025 23:40:00 +0800 Subject: [WOW64][ENV] Clean up a bit (#2681) --- src/include/os.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') 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_ -- cgit 1.4.1