mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
10 lines
228 B
C
10 lines
228 B
C
#ifndef _STARTUPPAGE_H_
|
|
#define _STARTUPPAGE_H_
|
|
|
|
extern HWND hStartupPage;
|
|
extern HWND hStartupListCtrl;
|
|
|
|
INT_PTR CALLBACK StartupPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
|
|
|
#endif /* _STARTUPPAGE_H_ */
|