mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
8 lines
177 B
C
8 lines
177 B
C
#ifndef _SRVPAGE_H_
|
|
#define _SRVPAGE_H_
|
|
|
|
DWORD GetServicesActivation(VOID);
|
|
INT_PTR CALLBACK ServicesPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
|
|
|
|
#endif
|