diff options
author | Matthew Wozniak <me@woz.blue> | 2024-11-04 10:57:48 -0500 |
---|---|---|
committer | Matthew Wozniak <me@woz.blue> | 2024-11-04 10:57:48 -0500 |
commit | 5296fc43920de4c6548f888a4d026f981b476cf7 (patch) | |
tree | 7d6d3e1b35361750059358cbd77ddc1b74892992 /os.h | |
parent | b0e22ae772eceaeeb666492fde6678f90b0ec45a (diff) | |
download | rt-5296fc43920de4c6548f888a4d026f981b476cf7.tar.gz rt-5296fc43920de4c6548f888a4d026f981b476cf7.zip |
video no audio
Diffstat (limited to 'os.h')
-rw-r--r-- | os.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |