From 5296fc43920de4c6548f888a4d026f981b476cf7 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Mon, 4 Nov 2024 10:57:48 -0500 Subject: video no audio --- os.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os.h') diff --git a/os.h b/os.h index 36a7757..0eff7ce 100644 --- a/os.h +++ b/os.h @@ -33,6 +33,8 @@ inline bool os_mprot(void *mem, int len, int mode) { return !!VirtualProtect(mem, len, mode, &old); } +#define VIRTUAL __thiscall + #endif // vi: sw=4 ts=4 noet tw=80 cc=80 -- cgit v1.2.3-54-g00ecf