Commit 9bf247d4 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

wininet: Move "inline" right after the storage specifier.

parent 8c6c2261
......@@ -254,7 +254,7 @@ typedef struct {
DWORD chunk_size;
} chunked_stream_t;
static void inline destroy_data_stream(data_stream_t *stream)
static inline void destroy_data_stream(data_stream_t *stream)
{
stream->vtbl->destroy(stream);
}
......
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