(svn r11116) -Fix (r11106): tar loader was not compiled for WIN32
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user