src/stdafx.h
changeset 6834 7a64c73d5f45
parent 6634 33e42f1ee228
child 6929 56470c1b8a66
--- 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 <tchar.h>
 /* XXX - WinCE without MSVCRT doesn't support wfopen, so it seems */
 #  if !defined(WINCE)