switch to plugin.h
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5832 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f6800c8052
commit
4ba8da04fd
14 changed files with 15 additions and 28 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include "../../ExDLL/exdll.h"
|
||||
#include <plugin.h> // nsis plugin.h
|
||||
|
||||
#define NSISFunction(funcname) extern "C" void __declspec(dllexport) funcname(HWND hwndParent, int string_size, char *variables, stack_t **stacktop)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue