blob: 64b4e1d58ce62d6f6c15bf9cedbf25c33fb0b397 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
!ifndef NULLSOFT_NX_NSIS_HEADER
!define NULLSOFT_NX_NSIS_HEADER
!include "log.nsh"
!include "syslink.nsh"
!include "system.nsh"
!include "textRect.nsh"
!include "windowRect.nsh"
!include "windowText.nsh"
!endif ;NULLSOFT_NX_NSIS_HEADER
|