more byte saveage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1177 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
863d0f4fa3
commit
04adc90a1f
4 changed files with 6 additions and 6 deletions
|
@ -73,10 +73,9 @@ HWND NSISCALL bgWnd_Init()
|
|||
{
|
||||
RECT vp;
|
||||
static WNDCLASS wc;
|
||||
wc.style = CS_VREDRAW | CS_HREDRAW;
|
||||
wc.lpfnWndProc = BG_WndProc;
|
||||
wc.hInstance = g_hInstance;
|
||||
wc.hIcon = LoadIcon(g_hInstance,MAKEINTRESOURCE(IDI_ICON2));
|
||||
wc.hIcon = g_hIcon;
|
||||
wc.hCursor = LoadCursor(NULL,IDC_ARROW);
|
||||
wc.lpszClassName = "_Nb";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue