6 bytes saved (made addtrailingslash return char *)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1174 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
54bcb4a8e2
commit
372e1f0d11
4 changed files with 8 additions and 11 deletions
|
@ -47,7 +47,7 @@ void NSISCALL doRMDir(char *buf, int recurse);
|
|||
HANDLE NSISCALL myOpenFile(const char *fn, DWORD da, DWORD cd);
|
||||
int NSISCALL CreateShortCut(HWND hwnd, LPCSTR pszShortcutFile, LPCSTR pszIconFile, int iconindex, LPCSTR pszExe, LPCSTR pszArg, LPCSTR workingdir, int showmode, int hotkey);
|
||||
int NSISCALL validpathspec(char *ubuf);
|
||||
void NSISCALL addtrailingslash(char *str);
|
||||
char * NSISCALL addtrailingslash(char *str);
|
||||
char NSISCALL lastchar(const char *str);
|
||||
void NSISCALL trimslashtoend(char *buf);
|
||||
char * NSISCALL scanendslash(const char *str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue