code cleanup: quiet warnings building with mingw.

This commit is contained in:
Campbell Barton
2013-03-29 00:50:52 +00:00
parent 63290beee1
commit 10b4a86dbf
8 changed files with 6 additions and 18 deletions

View File

@@ -28,6 +28,7 @@
#endif
#include "utf_winfunc.h"
#include "utfconv.h"
#include <io.h>
#include <windows.h>
#include <wchar.h>

View File

@@ -27,7 +27,6 @@
# error "This file can only compile on windows"
#endif
#include "utfconv.h"
#include <stdio.h>
FILE * ufopen(const char * filename, const char * mode);

View File

@@ -27,8 +27,6 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif