merged from PIEPIEPIE branch:
- min/max macros removed - Plugins refactored - more functions in util.{h,cpp} git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4232 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b33965c87d
commit
57ad3c18b3
12 changed files with 300 additions and 311 deletions
|
@ -112,12 +112,6 @@ typedef WORD LANGID;
|
|||
// macros
|
||||
|
||||
#ifndef _WIN32
|
||||
# ifndef min
|
||||
# define min(x,y) ((x<y)?x:y)
|
||||
# endif
|
||||
# ifndef max
|
||||
# define max(x,y) ((x>y)?x:y)
|
||||
# endif
|
||||
# ifndef FIELD_OFFSET
|
||||
# define FIELD_OFFSET(t,f) ((LONG)&(((t*)0)->f))
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue