Commit 6eec552e authored by nullable.type's avatar nullable.type

Added declaration to avoid warning C4115 (named type definition in...

Added declaration to avoid warning C4115 (named type definition in parentheses) issued by Visual Studio 2012.
parent cb62203c
......@@ -146,6 +146,8 @@ static int pthread_mutex_lock(pthread_mutex_t *);
static int pthread_mutex_unlock(pthread_mutex_t *);
static void to_unicode(const char *path, wchar_t *wbuf, size_t wbuf_len);
struct file;
static char *mg_fgets(char *buf, size_t size, struct file *filep, char **p);
#if defined(HAVE_STDINT)
......
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