Marcus Meissner : d3dxof: Mark internal symbols as hidden.

Alexandre Julliard julliard at winehq.org
Thu Apr 28 12:18:59 CDT 2011


Module: wine
Branch: master
Commit: 0bbba71c645737d38d97ea1a2e1ef06ff19d77b8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0bbba71c645737d38d97ea1a2e1ef06ff19d77b8

Author: Marcus Meissner <meissner at suse.de>
Date:   Thu Apr 28 13:28:49 2011 +0200

d3dxof: Mark internal symbols as hidden.

---

 dlls/d3dxof/d3dxof_private.h |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dlls/d3dxof/d3dxof_private.h b/dlls/d3dxof/d3dxof_private.h
index 1bd2a6d..fb5ae77 100644
--- a/dlls/d3dxof/d3dxof_private.h
+++ b/dlls/d3dxof/d3dxof_private.h
@@ -164,16 +164,16 @@ typedef struct {
     LONG ref;
 } IDirectXFileSaveObjectImpl;
 
-HRESULT IDirectXFileImpl_Create(IUnknown *pUnkOuter, LPVOID *ppObj);
-HRESULT IDirectXFileFileObjectImpl_Create(IDirectXFileObjectImpl** ppObj);
-HRESULT IDirectXFileFileSaveObjectImpl_Create(IDirectXFileSaveObjectImpl** ppObj);
+HRESULT IDirectXFileImpl_Create(IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN;
+HRESULT IDirectXFileFileObjectImpl_Create(IDirectXFileObjectImpl** ppObj) DECLSPEC_HIDDEN;
+HRESULT IDirectXFileFileSaveObjectImpl_Create(IDirectXFileSaveObjectImpl** ppObj) DECLSPEC_HIDDEN;
 
-BOOL read_bytes(parse_buffer * buf, LPVOID data, DWORD size);
-BOOL parse_template(parse_buffer * buf);
-void dump_template(xtemplate* templates_array, xtemplate* ptemplate);
-BOOL is_template_available(parse_buffer * buf);
-BOOL parse_object(parse_buffer * buf);
+BOOL read_bytes(parse_buffer * buf, LPVOID data, DWORD size) DECLSPEC_HIDDEN;
+BOOL parse_template(parse_buffer * buf) DECLSPEC_HIDDEN;
+void dump_template(xtemplate* templates_array, xtemplate* ptemplate) DECLSPEC_HIDDEN;
+BOOL is_template_available(parse_buffer * buf) DECLSPEC_HIDDEN;
+BOOL parse_object(parse_buffer * buf) DECLSPEC_HIDDEN;
 
-int mszip_decompress(int inlen, int outlen, char* inbuffer, char* outbuffer);
+int mszip_decompress(int inlen, int outlen, char* inbuffer, char* outbuffer) DECLSPEC_HIDDEN;
 
 #endif /* __D3DXOF_PRIVATE_INCLUDED__ */




More information about the wine-cvs mailing list