mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 13:10:17 +00:00
4 lines
153 B
C
4 lines
153 B
C
extern HWND hStartupPage;
|
|
extern HWND hStartupPageListCtrl;
|
|
|
|
INT_PTR CALLBACK StartupPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|