projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[DEVMGMT_NEW]
[reactos.git]
/
reactos
/
base
/
applications
/
mscutils
/
devmgmt_new
/
precomp.h
1
#pragma once
2
3
#include <stdio.h>
4
#include <tchar.h>
5
6
#define WIN32_NO_STATUS
7
#define _INC_WINDOWS
8
#define COM_NO_WINDOWS_H
9
10
#define COBJMACROS
11
12
#include <windows.h>
13
#include <windowsx.h>
14
15
#include <setupapi.h>
16
#include <cfgmgr32.h>
17
#include <commctrl.h>
18
#include <Uxtheme.h>
19
#include <Cfgmgr32.h>
20
#include <devguid.h>
21
22
#include <atlbase.h>
23
24
#include <strsafe.h>
25
26
#include
"resource.h"
27
28
extern
HINSTANCE g_hInstance
;
29
extern
HANDLE ProcessHeap
;