From 17870089d0d834903f5a888019b2ee2cea62bea8 Mon Sep 17 00:00:00 2001 From: glx Date: Sat, 15 Sep 2007 15:21:17 +0000 Subject: (svn r11116) -Fix (r11106): tar loader was not compiled for WIN32 --- src/win32.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/win32.cpp') diff --git a/src/win32.cpp b/src/win32.cpp index e6106cad0..14ae640f1 100644 --- a/src/win32.cpp +++ b/src/win32.cpp @@ -1031,6 +1031,7 @@ char *getcwd(char *buf, size_t size) void DetermineBasePaths(const char *exe) { + extern void ScanForTarFiles(); char tmp[MAX_PATH]; TCHAR path[MAX_PATH]; #ifdef WITH_PERSONAL_DIR @@ -1076,6 +1077,8 @@ void DetermineBasePaths(const char *exe) _searchpaths[SP_INSTALLATION_DIR] = NULL; _searchpaths[SP_APPLICATION_BUNDLE_DIR] = NULL; + + ScanForTarFiles(); } /** -- cgit v1.2.3-54-g00ecf