POSIX fixes for native and crossplatform utils
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6427 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
859b5d3d07
commit
52a8b320ef
16 changed files with 66 additions and 46 deletions
|
@ -27,6 +27,9 @@
|
|||
#include "resource.h"
|
||||
#include "toolbar.h"
|
||||
|
||||
#ifdef COUNTOF
|
||||
#undef COUNTOF
|
||||
#endif
|
||||
#define COUNTOF(a) (sizeof(a)/sizeof(a[0]))
|
||||
|
||||
#define MRU_LIST_SIZE 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue