diff -r fe44d16dc50e -r 7a64c73d5f45 src/stdafx.h --- a/src/stdafx.h Fri Jun 08 19:06:35 2007 +0000 +++ b/src/stdafx.h Fri Jun 08 21:16:17 2007 +0000 @@ -196,6 +196,7 @@ * call to the same function and is not thread- or reentrancy-safe */ #if !defined(STRGEN) # if defined(WIN32) || defined(WIN64) +char *getcwd(char *buf, size_t size); # include /* XXX - WinCE without MSVCRT doesn't support wfopen, so it seems */ # if !defined(WINCE)