ReactOS 0.4.15-dev-7924-g5949c20
precomp.h
Go to the documentation of this file.
1
2#ifndef __WINE_DPLAYX_PRECOMP_H
3#define __WINE_DPLAYX_PRECOMP_H
4
5#include <wine/config.h>
6
7#define WIN32_NO_STATUS
8#define _INC_WINDOWS
9
10#define COBJMACROS
11#define NONAMELESSUNION
12#define NONAMELESSSTRUCT
13
14#include "dplay_global.h"
15#include "dplayx_global.h"
16#include "dplayx_messages.h"
17#include "name_server.h"
18
19#include <winreg.h>
20#include <wine/debug.h>
21#include <wine/unicode.h>
22
23#endif /* !__WINE_DPLAYX_PRECOMP_H */