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