Commit 18ea0aef authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gameux: Remove WINAPI on static functions where not needed.

parent 4df46f69
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment