Even easier paging system, no more Abort and Quit from custom pages creator functions, NSIS does it all!

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1636 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-09 12:50:00 +00:00
parent 35b45db225
commit 297e981d32
17 changed files with 123 additions and 335 deletions

View file

@ -1,6 +1,6 @@
#include <Windows.h>
#include <Mmsystem.h>
#include "exdll.h"
#include "../exdll/exdll.h"
int x, y;
char temp[MAX_PATH];