From 142f2aba15a3b37ff3aa9955c560deba6cd1572d Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 8 Jun 2007 21:16:17 +0000 Subject: (svn r10073) -Codechange: make the NewGRF paths in the config file without any full paths (again). --- 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 94c6da5ff..a25789eca 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -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) -- cgit v1.2.3-54-g00ecf