Improved Sunjammer's code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@666 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8976cc3e61
commit
c3c52d4f4c
15 changed files with 178 additions and 206 deletions
|
@ -10,7 +10,6 @@ void myRegGetStr(HKEY root, const char *sub, const char *name, char *out);
|
|||
int myatoi(char *s);
|
||||
void myitoa(char *s, int d);
|
||||
|
||||
|
||||
#ifdef NSIS_CONFIG_LOG
|
||||
extern char log_text[NSIS_MAX_STRLEN*4];
|
||||
void log_write(int close);
|
||||
|
@ -34,6 +33,8 @@ extern char g_log_file[1024];
|
|||
#endif
|
||||
|
||||
HANDLE myCreateProcess(char *cmd, char *dir);
|
||||
|
||||
void doRMDir(char *buf, int recurse);
|
||||
|
||||
HANDLE myOpenFile(const char *fn, DWORD da, DWORD cd);
|
||||
int CreateShortCut(HWND hwnd, LPCSTR pszShortcutFile, LPCSTR pszIconFile, int iconindex, LPCSTR pszExe, LPCSTR pszArg, LPCSTR workingdir, int showmode, int hotkey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue