gameux: Remove WINAPI on static functions where not needed.

This commit is contained in:
Francois Gouget 2011-04-28 11:54:35 +02:00 committed by Alexandre Julliard
parent 4df46f69bf
commit 18ea0aef9c
1 changed files with 1 additions and 1 deletions

View File

@ -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)