added auto completion to the directory page

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4236 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-09-02 11:35:45 +00:00
parent 7ecd1d3185
commit 86ccf99b80
5 changed files with 49 additions and 35 deletions

View file

@ -70,6 +70,8 @@ void NSISCALL validate_filename(char *fn);
void NSISCALL MoveFileOnReboot(LPCTSTR pszExisting, LPCTSTR pszNew);
void NSISCALL mini_memcpy(void *out, const void *in, int len);
void * NSISCALL myGetProcAddress(char *dll, char *func);
// Turn a pair of chars into a word
// Turn four chars into a dword
#ifdef __BIG_ENDIAN__ // Not very likely, but, still...