From 8f5a7b54eb953bbfc877ec915e26b3a95ec28d00 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 21 Feb 2010 23:00:56 +0000 Subject: New updater with 3x reduced footprint and fully W7 and x64 compatible git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@476 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/scan.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'updater/scan.h') diff --git a/updater/scan.h b/updater/scan.h index 0fc66ca..d86f803 100644 --- a/updater/scan.h +++ b/updater/scan.h @@ -7,17 +7,12 @@ #include "allocations.h" #include "options.h" -#include - void ScanPlugins(FilenameMap *fn_map, UpdateList *update_list); void ScanLangpacks(FilenameMap *fn_map, UpdateList *update_list); // returns true if any dll is not 'disabled' in db -bool RearrangeDlls(char *shortName, STDStringList &filenames); - -bool RearrangeLangpacks(char *shortName, STDStringList &filenames); - -void InitAlternateShortNameMap(); +bool RearrangeDlls(char *shortName, StrList &filenames); +bool RearrangeLangpacks(char *shortName, StrList &filenames); #endif -- cgit v1.2.3