ReactOS 0.4.15-dev-7924-g5949c20
precomp.h
Go to the documentation of this file.
1
2#ifndef __WINE_DXDIAG_PRECOMP_H
3#define __WINE_DXDIAG_PRECOMP_H
4
5#define WIN32_NO_STATUS
6#define _INC_WINDOWS
7#define COM_NO_WINDOWS_H
8
9#define COBJMACROS
10#define NONAMELESSUNION
11#define NONAMELESSSTRUCT
12
13#include "dxdiag_private.h"
14
15#include <wine/debug.h>
16#include <wine/unicode.h>
17
18#endif /* !__WINE_DXDIAG_PRECOMP_H */