fixed ${NSISDIR} on POSIX when makensis is called with an absolute path
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3542 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
890a83c2b1
commit
c458fd50bc
3 changed files with 38 additions and 56 deletions
|
@ -31,6 +31,8 @@ int WCStrLen(const WCHAR* szwStr);
|
|||
char *CharPrev(const char *s, const char *p);
|
||||
char *CharNext(const char *s);
|
||||
int wsprintf(char *s, const char *format, ...);
|
||||
char *my_realpath(char *path);
|
||||
void my_free_realpath(char *path, char *buffer);
|
||||
// iconv const inconsistency workaround by Alexandre Oliva
|
||||
template <typename T>
|
||||
inline size_t __iconv_adaptor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue