[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841
[reactos.git] / dll / win32 / streamci / precomp.h
1 #ifndef PRECOMP_H__
2 #define PRECOMP_H__
3
4 #include <stdio.h>
5
6 #define WIN32_NO_STATUS
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9
10 #define COBJMACROS
11 #define NONAMELESSUNION
12 #define NONAMELESSSTRUCT
13
14 #include <windef.h>
15 #include <winbase.h>
16 #include <winreg.h>
17 #include <objbase.h>
18 #include <netcfgx.h>
19 #include <setupapi.h>
20 #include <netcfgn.h>
21 #include <devguid.h>
22 #include <strsafe.h>
23 #include <winioctl.h>
24 #include <swenum.h>
25 #include <debug.h>
26
27 #endif /* EOF */
28