cut another 30 bytes or so off. also made atoi take negative octal/hex numbers.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1175 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
372e1f0d11
commit
7dbc2a11c8
4 changed files with 43 additions and 53 deletions
|
@ -4,9 +4,9 @@
|
|||
void NSISCALL recursive_create_directory(char *directory);
|
||||
|
||||
extern char ps_tmpbuf[NSIS_MAX_STRLEN*2];
|
||||
void NSISCALL process_string(char *out, const char *in);
|
||||
void NSISCALL process_string_fromtab(char *out, int offs);
|
||||
void NSISCALL process_string_from_lang(char *out, langid_t id);
|
||||
char * NSISCALL process_string(char *out, const char *in);
|
||||
char * NSISCALL process_string_fromtab(char *out, int offs);
|
||||
char * NSISCALL process_string_from_lang(char *out, langid_t id);
|
||||
int NSISCALL GetLangString(langid_t id);
|
||||
void NSISCALL myRegGetStr(HKEY root, const char *sub, const char *name, char *out);
|
||||
int NSISCALL myatoi(char *s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue