reactos/dll/directx/wine/devenum/precomp.h
2018-03-08 13:30:52 +01:00

17 lines
280 B
C

#ifndef _WINE_DEVENUM_PRECOMP_H
#define _WINE_DEVENUM_PRECOMP_H
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include "devenum_private.h"
#include <wine/debug.h>
#endif /* !_WINE_DEVENUM_PRECOMP_H */