From: Brendan Hansen Date: Tue, 27 Jun 2023 14:38:11 +0000 (-0500) Subject: fixed: windows compilation X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=f7af0f923f3c79b03493b2082773589b55179d57;p=onyx.git fixed: windows compilation --- diff --git a/shared/include/small_windows.h b/shared/include/small_windows.h index f1a0769d..2e7fa541 100644 --- a/shared/include/small_windows.h +++ b/shared/include/small_windows.h @@ -464,6 +464,6 @@ GB_DLL_IMPORT int BCryptCloseAlgorithmProvider( unsigned long dwFlags ); -GB_DLL_IMPORT void WakeByAddressSingle(PVOID Address); -GB_DLL_IMPORT BOOL WaitOnAddress(volatile PVOID Address, PVOID compareAddress, size_t addressSize, DWORD milliseconds); +GB_DLL_IMPORT void WakeByAddressSingle(void * Address); +GB_DLL_IMPORT BOOL WaitOnAddress(volatile void * Address, void * compareAddress, size_t addressSize, DWORD milliseconds);