mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
9 lines
206 B
C
9 lines
206 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
|