d3drm: Mark internal symbols with hidden visibility.

Francois Gouget fgouget at free.fr
Mon Mar 16 12:58:17 CDT 2015


---
 dlls/d3drm/d3drm_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3drm/d3drm_private.h b/dlls/d3drm/d3drm_private.h
index 3daf96a..80da952 100644
--- a/dlls/d3drm/d3drm_private.h
+++ b/dlls/d3drm/d3drm_private.h
@@ -44,6 +44,6 @@ struct d3drm_file_header
     DWORD flags;
 };
 
-extern char templates[];
+extern char templates[] DECLSPEC_HIDDEN;
 
 #endif /* __D3DRM_PRIVATE_INCLUDED__ */
-- 
2.1.4



More information about the wine-patches mailing list