d3drm: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
ae6e1e2e38
commit
f289bab06a
|
@ -44,6 +44,6 @@ struct d3drm_file_header
|
|||
DWORD flags;
|
||||
};
|
||||
|
||||
extern char templates[];
|
||||
extern char templates[] DECLSPEC_HIDDEN;
|
||||
|
||||
#endif /* __D3DRM_PRIVATE_INCLUDED__ */
|
||||
|
|
Loading…
Reference in New Issue