This commit is contained in:
2025-04-05 22:08:48 +02:00
parent 997442cefb
commit 80acae96e4

View File

@@ -42,7 +42,7 @@ extern "C" {
#warning "This compiler is not fully supported" #warning "This compiler is not fully supported"
#endif #endif
#if defined(_WIN32) || defined(__CYGWIN__) #if defined(_WIN32) || defined(_WIN64) || defined(__CYGWIN__)
#define PULSE_PLAT_WINDOWS #define PULSE_PLAT_WINDOWS
#elif defined(__linux__) #elif defined(__linux__)
#define PULSE_PLAT_LINUX #define PULSE_PLAT_LINUX