Huw Davies (@huw) commented about dlls/winealsa.drv/alsa.c:
pthread_mutex_t lock;
};
-#define EXTRA_SAFE_RT 40000 +#define EXTRA_SAFE_RT (40000)
+static const REFERENCE_TIME g_def_period = 100000; +static const REFERENCE_TIME g_min_period = 50000;
I'm not a fan of the `g_` prefix; `default_period` and `minimum_period` are fine names.