2 bytes saved on exehead by using my_SetDlgItemText. heh.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1101 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-09-21 02:34:34 +00:00
parent d493729c2f
commit e3d77d9ca6
4 changed files with 14 additions and 7 deletions

View file

@ -13,6 +13,8 @@ int NSISCALL myatoi(char *s);
void NSISCALL myitoa(char *s, int d);
char * NSISCALL mystrcpy(char *out, const char *in);
int NSISCALL mystrlen(const char *in);
BOOL NSISCALL my_SetDialogItemText(HWND dlg, UINT idx, const char *val);
#ifdef NSIS_CONFIG_LOG
extern char log_text[NSIS_MAX_STRLEN*4];