[TRANSLATION]
[reactos.git] / reactos / base / applications / msconfig / srvpage.h
1 #ifndef _SVRPAGE_H_
2 #define _SVRPAGE_H_
3
4 extern HWND hServicesPage;
5 extern HWND hServicesListCtrl;
6
7 INT_PTR CALLBACK ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
8
9 #endif