patches by PerditionC for compatibly with PSDK-less VC6
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3295 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a022ebcfc1
commit
d1c5ef3af7
2 changed files with 8 additions and 0 deletions
|
@ -779,6 +779,11 @@ BOOL CALLBACK cfgDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef IO_ENABLE_LINK
|
#ifdef IO_ENABLE_LINK
|
||||||
|
|
||||||
|
#ifndef IDC_HAND
|
||||||
|
#define IDC_HAND MAKEINTRESOURCE(32649)
|
||||||
|
#endif
|
||||||
|
|
||||||
// pFields[nIdx].nParentIdx is used to store original windowproc
|
// pFields[nIdx].nParentIdx is used to store original windowproc
|
||||||
int WINAPI StaticLINKWindowProc(HWND hWin, UINT uMsg, LPARAM wParam, WPARAM lParam)
|
int WINAPI StaticLINKWindowProc(HWND hWin, UINT uMsg, LPARAM wParam, WPARAM lParam)
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <initguid.h>
|
#include <initguid.h>
|
||||||
|
#ifndef INITGUID
|
||||||
|
#define INITGUID
|
||||||
|
#endif
|
||||||
#include "7zip/ICoder.h"
|
#include "7zip/ICoder.h"
|
||||||
#include "7zip/Compress/LZ/IMatchFinder.h"
|
#include "7zip/Compress/LZ/IMatchFinder.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue