summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-06-08 21:16:17 +0000
committerrubidium <rubidium@openttd.org>2007-06-08 21:16:17 +0000
commit142f2aba15a3b37ff3aa9955c560deba6cd1572d (patch)
tree2aa048761612cb8d8155c246652c144c826b0fec /src/stdafx.h
parent653b34301823f8e83a844c4eb2a26c6c26f374d0 (diff)
downloadopenttd-142f2aba15a3b37ff3aa9955c560deba6cd1572d.tar.xz
(svn r10073) -Codechange: make the NewGRF paths in the config file without any full paths (again).
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
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 <tchar.h>
/* XXX - WinCE without MSVCRT doesn't support wfopen, so it seems */
# if !defined(WINCE)