From 1b806a1e99e7e6009f9a37bab11ab7a5fb1b1d9c Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 13 Jan 2009 22:13:34 +0000 Subject: [PATCH] added forallusers/currentuser #defines --- installer/installer.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installer/installer.h b/installer/installer.h index 23fc7cd..8337440 100644 --- a/installer/installer.h +++ b/installer/installer.h @@ -3,6 +3,9 @@ #define IDD_PROGRESS 1003 #define IDD_FINISH 1004 +#define IDC_ALLUSERS 1012 +#define IDC_CURRENTUSER 1013 + #define IDC_TITLE 1002 #define IDC_LICENSE 1003 #define IDC_BITMAP 1004 -- 1.7.10.4