Commit d5a4621b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

inetcomm: Make mimebody_create() static.

parent 71874a38
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment