mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 20:32:18 +00:00
[MSCONFIG]
Fix typo in startuppage.h, this fixes build without compilation units. svn path=/trunk/; revision=51617
This commit is contained in:
parent
b2a42bc17c
commit
e02e2d6316
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#define _STARTUPPAGE_H_
|
#define _STARTUPPAGE_H_
|
||||||
|
|
||||||
extern HWND hStartupPage;
|
extern HWND hStartupPage;
|
||||||
extern HWND hStartupPageListCtrl;
|
extern HWND hStartupListCtrl;
|
||||||
|
|
||||||
INT_PTR CALLBACK StartupPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
INT_PTR CALLBACK StartupPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue