remove special implementation of stack operations and use plugin.lib instead
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5835 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7ee44a65dc
commit
41836a0f4a
7 changed files with 22 additions and 169 deletions
|
@ -1,8 +1,9 @@
|
|||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
#include <plugin.h> // nsis plugin.h
|
||||
|
||||
#include "defs.h"
|
||||
#include "nsis.h"
|
||||
|
||||
#ifndef WS_EX_RIGHT
|
||||
# define WS_EX_RIGHT 0x1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue