size optimization - SetOutPath already sets the working directory so there's no need to pass $OUTDIR to myCreateProcess

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5104 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-04-19 21:20:17 +00:00
parent 9bcbddcd83
commit 3ab94d5029
4 changed files with 6 additions and 9 deletions

View file

@ -72,7 +72,7 @@ extern char g_log_file[1024];
#define LogData2Hex(x1,x2,x3,x4)
#endif
HANDLE NSISCALL myCreateProcess(char *cmd, char *dir);
HANDLE NSISCALL myCreateProcess(char *cmd);
int NSISCALL my_MessageBox(const char *text, UINT type);
void NSISCALL myDelete(char *buf, int flags);