gameux: Remove WINAPI on static functions where not needed.

Francois Gouget fgouget at free.fr
Thu Apr 28 04:54:35 CDT 2011


---
 dlls/gameux/gameexplorer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gameux/gameexplorer.c b/dlls/gameux/gameexplorer.c
index 965a0f0..8b57247 100644
--- a/dlls/gameux/gameexplorer.c
+++ b/dlls/gameux/gameexplorer.c
@@ -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)
-- 
1.7.4.1



More information about the wine-patches mailing list