MakeNsisW: Functional size gripper and other minor fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6368 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cc796c202d
commit
1cf3d5cb22
8 changed files with 202 additions and 237 deletions
|
@ -27,12 +27,6 @@
|
|||
#include "resource.h"
|
||||
#include "toolbar.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