pre-inst/resource.h
changeset 85 d8a8f04c91aa
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pre-inst/resource.h	Thu Mar 07 16:57:23 2019 +0000
     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