fix compiler error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6046 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
82d42b1159
commit
a92fad7347
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@
|
|||
#include "toolbar.h"
|
||||
#include "../ExDLL/nsis_tchar.h"
|
||||
|
||||
#ifdef _countof
|
||||
#define COUNTOF _countof
|
||||
#else
|
||||
#define COUNTOF(a) (sizeof(a)/sizeof(a[0]))
|
||||
#endif
|
||||
|
||||
NTOOLBAR g_toolbar;
|
||||
extern NSCRIPTDATA g_sdata;
|
||||
extern NTOOLTIP g_tip;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue