d3drm: Mark internal symbols with hidden visibility.

This commit is contained in:
Francois Gouget 2015-03-16 18:58:17 +01:00 committed by Alexandre Julliard
parent ae6e1e2e38
commit f289bab06a
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ struct d3drm_file_header
DWORD flags;
};
extern char templates[];
extern char templates[] DECLSPEC_HIDDEN;
#endif /* __D3DRM_PRIVATE_INCLUDED__ */