This commit is contained in:
2025-03-18 07:30:38 +01:00
parent fd9df0c99d
commit f541c33941

View File

@@ -13,6 +13,9 @@
#ifdef PULSE_PLAT_MACOS #ifdef PULSE_PLAT_MACOS
#include <stdlib.h> // getenv #include <stdlib.h> // getenv
#endif
#ifdef PULSE_PLAT_WINDOWS
typedef HMODULE LibModule; typedef HMODULE LibModule;
#else #else
#include <dlfcn.h> #include <dlfcn.h>