added $EXEFILE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5120 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b5df399991
commit
f4c9414545
6 changed files with 16 additions and 9 deletions
|
@ -86,7 +86,7 @@ char * NSISCALL addtrailingslash(char *str);
|
|||
//char NSISCALL lastchar(const char *str);
|
||||
#define lastchar(str) *CharPrev(str,str+mystrlen(str))
|
||||
char * NSISCALL findchar(char *str, char c);
|
||||
void NSISCALL trimslashtoend(char *buf);
|
||||
char * NSISCALL trimslashtoend(char *buf);
|
||||
char * NSISCALL skip_root(char *path);
|
||||
int NSISCALL is_valid_instpath(char *s);
|
||||
void NSISCALL validate_filename(char *fn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue