mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
ENH: add ability to run from different directories
This commit is contained in:
@@ -22,8 +22,8 @@ protected:
|
||||
void LoadFromRegistry();
|
||||
void ReadRegistryValue(HKEY hKey,
|
||||
CString *val,
|
||||
char *key,
|
||||
char *adefault);
|
||||
const char *key,
|
||||
const char *aadefault);
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(CMakeSetupDialog)
|
||||
enum { IDD = IDD_CMakeSetupDialog_DIALOG };
|
||||
@@ -40,7 +40,7 @@ protected:
|
||||
// Implementation
|
||||
protected:
|
||||
HICON m_hIcon;
|
||||
|
||||
CString m_RegistryKey;
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(CMakeSetupDialog)
|
||||
virtual BOOL OnInitDialog();
|
||||
|
||||
Reference in New Issue
Block a user