Commit f818ac4a authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

gameux: Remove DECLSPEC_HIDDEN usage.

parent 354b11cd
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
extern HRESULT GameExplorer_create(IUnknown* pUnkOuter, IUnknown **ppObj) DECLSPEC_HIDDEN; extern HRESULT GameExplorer_create(IUnknown* pUnkOuter, IUnknown **ppObj);
extern HRESULT GameStatistics_create(IUnknown* pUnkOuter, IUnknown **ppObj) DECLSPEC_HIDDEN; extern HRESULT GameStatistics_create(IUnknown* pUnkOuter, IUnknown **ppObj);
/******************************************************************************* /*******************************************************************************
* Helper functions and structures * Helper functions and structures
...@@ -64,7 +64,7 @@ struct GAMEUX_GAME_DATA ...@@ -64,7 +64,7 @@ struct GAMEUX_GAME_DATA
HRESULT GAMEUX_FindGameInstanceId( HRESULT GAMEUX_FindGameInstanceId(
LPCWSTR sGDFBinaryPath, LPCWSTR sGDFBinaryPath,
GAME_INSTALL_SCOPE installScope, GAME_INSTALL_SCOPE installScope,
GUID* pInstanceId) DECLSPEC_HIDDEN; GUID* pInstanceId);
/******************************************************************************* /*******************************************************************************
* GAMEUX_buildGameRegistryPath * GAMEUX_buildGameRegistryPath
* *
...@@ -93,4 +93,4 @@ HRESULT GAMEUX_FindGameInstanceId( ...@@ -93,4 +93,4 @@ HRESULT GAMEUX_FindGameInstanceId(
*/ */
HRESULT GAMEUX_buildGameRegistryPath(GAME_INSTALL_SCOPE installScope, HRESULT GAMEUX_buildGameRegistryPath(GAME_INSTALL_SCOPE installScope,
LPCGUID gameInstanceId, LPCGUID gameInstanceId,
LPWSTR* lpRegistryPath) DECLSPEC_HIDDEN; LPWSTR* lpRegistryPath);
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