fix msvc warnings
[reactos.git] / reactos / subsys / system / servman / servman.h
1 #ifndef __SERVMAN_H
2 #define __SERVMAN_H
3
4
5 #include <windows.h>
6 #include <stdio.h>
7 #include <tchar.h>
8 #include <commctrl.h>
9 #include "resource.h"
10
11 #define MAX_KEY_LENGTH 256
12 #define NUM_BUTTONS 12
13
14 BOOL RefreshServiceList(VOID);
15
16 BOOL CALLBACK AboutDialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
17
18 VOID GetError(VOID);
19 VOID FreeMemory(VOID);
20 VOID DisplayString(PTCHAR);
21
22 LONG APIENTRY PropSheets(HWND hwnd);
23
24 DWORD GetServiceList(VOID);
25
26
27 #endif /* __SERVMAN_H */