mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
25 lines
367 B
C
25 lines
367 B
C
|
|
#ifndef _HNETCFG_PRECOMP_H_
|
|
#define _HNETCFG_PRECOMP_H_
|
|
|
|
#include <wine/config.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <objbase.h>
|
|
#include <netfw.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#include "hnetcfg_private.h"
|
|
|
|
#endif /* !_HNETCFG_PRECOMP_H_ */
|