mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
23 lines
424 B
C
23 lines
424 B
C
|
|
#ifndef __WINE_DPLAYX_PRECOMP_H
|
|
#define __WINE_DPLAYX_PRECOMP_H
|
|
|
|
#include <wine/config.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
|
|
#define COBJMACROS
|
|
#define NONAMELESSUNION
|
|
#define NONAMELESSSTRUCT
|
|
|
|
#include "dplay_global.h"
|
|
#include "dplayx_global.h"
|
|
#include "dplayx_messages.h"
|
|
#include "name_server.h"
|
|
|
|
#include <winreg.h>
|
|
#include <wine/debug.h>
|
|
#include <wine/unicode.h>
|
|
|
|
#endif /* !__WINE_DPLAYX_PRECOMP_H */
|