mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
18 lines
324 B
C
18 lines
324 B
C
|
|
#ifndef __WINE_DXDIAG_PRECOMP_H
|
|
#define __WINE_DXDIAG_PRECOMP_H
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
#define NONAMELESSUNION
|
|
#define NONAMELESSSTRUCT
|
|
|
|
#include "dxdiag_private.h"
|
|
|
|
#include <wine/debug.h>
|
|
#include <wine/unicode.h>
|
|
|
|
#endif /* !__WINE_DXDIAG_PRECOMP_H */
|