reactos/dll/directx/wine/devenum/precomp.h

17 lines
280 B
C
Raw Normal View History

#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 */