fixed: windows compilation
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 27 Jun 2023 14:38:11 +0000 (09:38 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 27 Jun 2023 14:38:11 +0000 (09:38 -0500)
shared/include/small_windows.h

index f1a0769d77e052904661f24ceb520bda4bd49af2..2e7fa5410cdbcde59a7e033bd25c4f18b06eb644 100644 (file)
@@ -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);