inetcomm: Make mimebody_create() static.

Francois Gouget fgouget at free.fr
Tue Mar 5 05:15:44 CST 2013


---
 dlls/inetcomm/mimeole.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/inetcomm/mimeole.c b/dlls/inetcomm/mimeole.c
index 4c61f72..38acd49 100644
--- a/dlls/inetcomm/mimeole.c
+++ b/dlls/inetcomm/mimeole.c
@@ -1094,7 +1094,7 @@ static HRESULT MimeBody_set_offsets(MimeBody *body, const BODYOFFSETS *offsets)
 
 #define FIRST_CUSTOM_PROP_ID 0x100
 
-MimeBody *mimebody_create(void)
+static MimeBody *mimebody_create(void)
 {
     MimeBody *This;
     BODYOFFSETS body_offsets;
-- 
1.7.10.4



More information about the wine-patches mailing list