made NSIS_VERSION a define set by the scons script
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4024 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0b5ea752a9
commit
f85a88852c
7 changed files with 16 additions and 14 deletions
|
@ -35,6 +35,8 @@ size_t WCStrLen(const WCHAR* szwStr);
|
|||
|
||||
size_t my_strftime(char *s, size_t max, const char *fmt, const struct tm *tm);
|
||||
|
||||
#define CONST_STR(x) #x
|
||||
|
||||
#ifndef __BIG_ENDIAN__
|
||||
# define FIX_ENDIAN_INT32_INPLACE(x) (x)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue