diff --git a/Source/exehead/config.h b/Source/exehead/config.h index 576189a4..182e9cd6 100644 --- a/Source/exehead/config.h +++ b/Source/exehead/config.h @@ -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