reactos/reactos/base/applications/msconfig/srvpage.h
Timo Kreuzer 5168fe0e80 [MSCONFIG]
Add header guards. They are not neccessary in this case, but better to have them, especially since it uses a compilation unit.

svn path=/trunk/; revision=47488
2010-05-31 13:45:29 +00:00

10 lines
201 B
C

#ifndef _SVRPAGE_H_
#define _SVRPAGE_H_
extern HWND hServicesPage;
extern HWND hServicesListCtrl;
INT_PTR CALLBACK ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
#endif