match log_text in util.c
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4649 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
936aa142e0
commit
a4724a1d6b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ int NSISCALL my_GetDialogItemText(UINT idx, char *val);
|
|||
//#define my_GetDialogItemText GetDlgItemText
|
||||
|
||||
#ifdef NSIS_CONFIG_LOG
|
||||
extern char log_text[NSIS_MAX_STRLEN*4];
|
||||
extern char log_text[2048];
|
||||
void NSISCALL log_write(int close);
|
||||
const char * _RegKeyHandleToName(HKEY hKey);
|
||||
void _LogData2Hex(char *buf, size_t buflen, unsigned char *data, size_t datalen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue