Added MakeNsisW GUID generator command
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7171 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2e2dffb80d
commit
0c6e41bad0
7 changed files with 21 additions and 6 deletions
|
@ -126,6 +126,7 @@
|
|||
#define IDM_COPY 537
|
||||
#define IDM_UI_SWITCHOWNEDWINDOW 538 // Alt+F6
|
||||
#define IDM_UI_SWITCHSECTION 539 // F6
|
||||
#define IDM_GUIDGEN 540
|
||||
|
||||
|
||||
// Next default values for new objects
|
||||
|
@ -133,7 +134,7 @@
|
|||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 138
|
||||
#define _APS_NEXT_COMMAND_VALUE 540
|
||||
#define _APS_NEXT_COMMAND_VALUE 541
|
||||
#define _APS_NEXT_CONTROL_VALUE 241
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue