no more need for this evil

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4540 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-02-24 19:21:09 +00:00
parent aaef4e35eb
commit c6181097f2

View file

@ -36,9 +36,6 @@ 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
#define CONST_STR(x) _CONST_STR(x)
#ifndef __BIG_ENDIAN__
# define FIX_ENDIAN_INT32_INPLACE(x) (x)
#else