Updated source to match SDL function prototype style

This commit is contained in:
Sam Lantinga
2023-05-23 09:37:07 -07:00
parent a828f5897e
commit 737aa881fa
39 changed files with 95 additions and 191 deletions

View File

@@ -120,8 +120,7 @@ void WIN_CoUninitialize(void)
}
#ifndef __WINRT__
void *
WIN_LoadComBaseFunction(const char *name)
void *WIN_LoadComBaseFunction(const char *name)
{
static SDL_bool s_bLoaded;
static HMODULE s_hComBase;