Skip to content
Snippets Groups Projects
Commit 18ea0aef authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

gameux: Remove WINAPI on static functions where not needed.

parent 4df46f69
No related branches found
No related tags found
No related merge requests found
......@@ -523,7 +523,7 @@ static HRESULT GAMEUX_RemoveRegistryRecord(GUID* pInstanceID)
* identifier will be generated automatically
* and returned via this parameter
*/
static HRESULT WINAPI GAMEUX_RegisterGame(LPCWSTR sGDFBinaryPath,
static HRESULT GAMEUX_RegisterGame(LPCWSTR sGDFBinaryPath,
LPCWSTR sGameInstallDirectory,
GAME_INSTALL_SCOPE installScope,
GUID *pInstanceID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment