From 1692ce83122d1ed15206f160aea339761b173174 Mon Sep 17 00:00:00 2001 From: glx Date: Sat, 14 Mar 2009 15:42:53 +0000 Subject: (svn r15710) -Fix (r15706): for non MSVC io.h needs to be included before defining unlink. Also remove redundant tchar.h includes as it is already in stdafx.h. --- src/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdafx.h') diff --git a/src/stdafx.h b/src/stdafx.h index 1bb33bdd3..619fa81e7 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -247,6 +247,7 @@ #if defined(WIN32) || defined(WIN64) char *getcwd(char *buf, size_t size); #include + #include /* XXX - WinCE without MSVCRT doesn't support wfopen, so it seems */ #if !defined(WINCE) -- cgit v1.2.3-54-g00ecf