ReactOS 0.4.15-dev-7842-g558ab78
precomp.h
Go to the documentation of this file.
1
2#ifndef _HNETCFG_PRECOMP_H_
3#define _HNETCFG_PRECOMP_H_
4
5#include <wine/config.h>
6
7#include <stdarg.h>
8
9#define WIN32_NO_STATUS
10#define _INC_WINDOWS
11#define COM_NO_WINDOWS_H
12
13#define COBJMACROS
14
15#include <windef.h>
16#include <winbase.h>
17#include <objbase.h>
18#include <netfw.h>
19
20#include <wine/debug.h>
21
22#include "hnetcfg_private.h"
23
24#endif /* !_HNETCFG_PRECOMP_H_ */