added NSIS_CONFIG_ENHANCEDUI_SUPPORT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1032 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
567a9fb9e5
commit
79ff47af03
1 changed files with 10 additions and 0 deletions
|
@ -54,6 +54,9 @@
|
|||
// that are visible.
|
||||
#define NSIS_CONFIG_VISIBLE_SUPPORT
|
||||
|
||||
// NSIS_CONFIG_ENHANCEDUI_SUPPORT enables support for CreateFont, SetStaticBkColor (used by some UIs),etc
|
||||
#define NSIS_CONFIG_ENHANCEDUI_SUPPORT
|
||||
|
||||
|
||||
// Changed by Amir Szekely 31st July 2002
|
||||
// Now supports runtime choice of compression method
|
||||
|
@ -194,6 +197,7 @@
|
|||
// NSIS_SUPPORT_MESSAGEBOX enables support for MessageBox
|
||||
#define NSIS_SUPPORT_MESSAGEBOX
|
||||
|
||||
|
||||
// Added by Ximon Eighteen 5th August 2002
|
||||
// If this is uncommented the following changes/new features are
|
||||
// turned on :-
|
||||
|
@ -232,6 +236,12 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef NSIS_CONFIG_ENHANCEDUI_SUPPORT
|
||||
#ifndef NSIS_SUPPORT_HWNDS
|
||||
#define NSIS_SUPPORT_HWNDS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(NSIS_CONFIG_CRC_SUPPORT) && defined(NSIS_CONFIG_VISIBLE_SUPPORT)
|
||||
#define _NSIS_CONFIG_VERIFYDIALOG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue