applied patch #1164307 - Fixes to allow building Contrib/ on debian (minus Makefiles)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3923 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
38b94f19a5
commit
ccf2bb96a5
15 changed files with 29 additions and 29 deletions
|
@ -1,8 +1,8 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <WinInet.h>
|
||||
#include <wininet.h>
|
||||
|
||||
#include "../exdll/exdll.h"
|
||||
#include "../ExDLL/exdll.h"
|
||||
|
||||
#define NSISFunction(funcname) void __declspec(dllexport) funcname(HWND hwndParent, int string_size, char *variables, stack_t **stacktop)
|
||||
|
||||
|
@ -57,4 +57,4 @@ NSISFunction(AutodialHangup) {
|
|||
else
|
||||
pushstring("failure");
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue