Disable some misleading service tests because a test cannot determine wheter or not...
[reactos.git] / reactos / base / applications / mmc / precomp.h
1
2 #include <windows.h>
3 #include <commctrl.h>
4 #include <shellapi.h>
5 #include <tchar.h>
6 #include "resource.h"
7
8 /* console.c */
9
10 BOOL
11 RegisterMMCWndClasses(VOID);
12
13 VOID
14 UnregisterMMCWndClasses(VOID);
15
16 HWND
17 CreateConsoleWindow(IN LPCTSTR lpFileName OPTIONAL);
18
19 /* misc.c */
20
21 INT
22 LengthOfStrResource(IN HINSTANCE hInst,
23 IN UINT uID);
24
25 DWORD
26 LoadAndFormatString(IN HINSTANCE hInstance,
27 IN UINT uID,
28 OUT LPTSTR *lpTarget,
29 ...);
30
31 /* mmc.c */
32
33 extern HINSTANCE hAppInstance;
34 extern HANDLE hAppHeap;