From fd6bc036b8a26c37aeda8534ac5c7510efbcbdbc Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sat, 5 Apr 2025 22:14:36 +0200 Subject: [PATCH] yes --- Sources/PulseInternal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/PulseInternal.h b/Sources/PulseInternal.h index a55fe5d..89810ec 100644 --- a/Sources/PulseInternal.h +++ b/Sources/PulseInternal.h @@ -157,7 +157,7 @@ typedef struct PulseComputePassHandler PulseThreadID PulseGetThreadID(); void PulseSleep(int32_t ms); -#ifdef KANEL_CLI_PLAT_WINDOWS +#ifdef PULSE_PLAT_WINDOWS typedef const char* LPCSTR; typedef struct HINSTANCE__* HINSTANCE; typedef HINSTANCE HMODULE;