Commit 01d5832f authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

gameux: Mark internal symbols with hidden visibility.

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