updated zip2exe to 2.0b0 standards

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1296 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-10-03 07:27:02 +00:00
parent 9c53f6b822
commit d6a44dcb03
3 changed files with 55 additions and 47 deletions

View file

@ -24,6 +24,9 @@
#define IDC_TEST 1017
#define IDC_BACK 1018
#define IDC_COMPILER 1019
#define IDC_RADIO1 1020
#define IDC_RADIO2 1021
#define IDC_COMPRESSOR 1022
// Next default values for new objects
//
@ -31,7 +34,7 @@
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1020
#define _APS_NEXT_CONTROL_VALUE 1023
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif