Fix Windows/Cosmopolitan build.

This commit is contained in:
David Reid
2023-03-18 10:03:54 +10:00
parent f192b25eb7
commit 18b4ac2433
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -18188,7 +18188,7 @@ typedef LONG (WINAPI * MA_PFN_RegQueryValueExA)(HKEY hKey, const char* lpValu
Timing
*******************************************************************************/
#ifdef MA_WIN32
#if defined(MA_WIN32) && !defined(MA_POSIX)
static LARGE_INTEGER g_ma_TimerFrequency; /* <-- Initialized to zero since it's static. */
void ma_timer_init(ma_timer* pTimer)
{