From 839175129055c39ebb3e47ecdeeb73cd77496cf7 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 29 May 2008 18:39:50 +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