ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static VOID | OnOK (HWND hwndDlg) |
static VOID | OnInitSysSettingsDialog (HWND hwndDlg) |
INT_PTR CALLBACK | SysSettingsDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | AdvancedPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
static TCHAR | BugLink [] = _T("http://jira.reactos.org/") |
static TCHAR | ReportAsWorkstationKey [] = _T("SYSTEM\\CurrentControlSet\\Control\\ReactOS\\Settings\\Version") |
Definition at line 121 of file advanced.c.
Definition at line 51 of file advanced.c.
Referenced by SysSettingsDlgProc().
Definition at line 18 of file advanced.c.
Referenced by SysSettingsDlgProc().
Definition at line 87 of file advanced.c.
Referenced by AdvancedPageProc().
|
static |
Definition at line 13 of file advanced.c.
Referenced by AdvancedPageProc().
|
static |
Definition at line 14 of file advanced.c.
Referenced by OnInitSysSettingsDialog(), and OnOK().