diff options
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 |