mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
16 lines
253 B
C
16 lines
253 B
C
|
|
#ifndef _INSENG_PRECOMP_H
|
|
#define _INSENG_PRECOMP_H
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
#define COBJMACROS
|
|
|
|
#include "inseng_private.h"
|
|
|
|
#include <wine/list.h>
|
|
#include <wine/debug.h>
|
|
|
|
#endif /* !_INSENG_PRECOMP_H */
|