Updated source to match SDL function prototype style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user