pre-inst/resource.h
changeset 35 c264564e4c89
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pre-inst/resource.h	Mon Apr 18 14:55:22 2016 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +#define IDD_PROGRESSDIALOG		100
     1.5 +#define IDC_PROGRESS			1000
     1.6 +
     1.7 +#ifndef IDC_STATIC
     1.8 +#define IDC_STATIC			-1
     1.9 +#endif