mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
4 lines
152 B
C
4 lines
152 B
C
extern HWND hServicesPage;
|
|
extern HWND hServicesListCtrl;
|
|
|
|
INT_PTR CALLBACK ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|