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:
kichik 2005-03-17 21:26:59 +00:00
parent 38b94f19a5
commit ccf2bb96a5
15 changed files with 29 additions and 29 deletions

View file

@ -1,8 +1,8 @@
// ui.cpp : Defines the entry point for the application.
//
#include <Windows.h>
#include <CommCtrl.h>
#include <windows.h>
#include <commctrl.h>
#include "resource.h"
HINSTANCE g_hInstance;
@ -95,4 +95,4 @@ int APIENTRY WinMain(HINSTANCE hInstance,
ExitProcess(0);
return 0;
}
}