ReactOS 0.4.15-dev-7942-gd23573b
precomp.h
Go to the documentation of this file.
1#ifndef _WLANSVC_PCH_
2#define _WLANSVC_PCH_
3
4#include <stdarg.h>
5
6#define WIN32_NO_STATUS
7#define _INC_WINDOWS
8#define COM_NO_WINDOWS_H
9
10#include <windef.h>
11#include <winbase.h>
12#include <winsvc.h>
13#include <wlansvc_s.h>
14
15#include <ndk/rtlfuncs.h>
16#include <ndk/obfuncs.h>
17
18typedef struct _WLANSVCHANDLE
19{
23
24#endif /* _WLANSVC_PCH_ */
struct _WLANSVCHANDLE * PWLANSVCHANDLE
struct _WLANSVCHANDLE WLANSVCHANDLE
unsigned long DWORD
Definition: ntddk_ex.h:95
Definition: typedefs.h:120
DWORD dwClientVersion
Definition: precomp.h:21
LIST_ENTRY WlanSvcHandleListEntry
Definition: precomp.h:20