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

This commit is contained in:
Michael Stefaniuc 2011-04-05 16:18:38 +02:00 committed by Alexandre Julliard
parent 8c6c2261b3
commit 9bf247d44e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}