From 3fe65855cee3d47f6106697e70e0bf63548a5707 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 14 Sep 2007 17:14:27 +0000 Subject: [PATCH] BST_* moved to WinMessages.nsh git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5275 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/nsDialogs/nsDialogs.nsh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Contrib/nsDialogs/nsDialogs.nsh b/Contrib/nsDialogs/nsDialogs.nsh index 82356de6..09632b31 100644 --- a/Contrib/nsDialogs/nsDialogs.nsh +++ b/Contrib/nsDialogs/nsDialogs.nsh @@ -116,12 +116,6 @@ Header file for creating custom installer pages with nsDialogs !define BS_FLAT 0x00008000 !define BS_RIGHTBUTTON ${BS_LEFTTEXT} -!define BST_CHECKED 1 -!define BST_FOCUS 8 -!define BST_INDETERMINATE 2 -!define BST_PUSHED 4 -!define BST_UNCHECKED 0 - !define CBS_SIMPLE 0x0001 !define CBS_DROPDOWN 0x0002 !define CBS_DROPDOWNLIST 0x0003