Explorar o código

Added declaration to avoid warning C4115 (named type definition in parentheses) issued by Visual Studio 2012.

nullable.type %!s(int64=12) %!d(string=hai) anos
pai
achega
6eec552ea4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      mongoose.c

+ 2 - 0
mongoose.c

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