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

45 lines
1.3 KiB
C

/*
* Direct3D wine internal private include file
*
* Copyright 2002-2003 The wine-d3d team
* Copyright 2002-2003 Raphael Junqueira
* Copyright 2002-2003, 2004 Jason Edmeades
* Copyright 2005 Oliver Stieber
* Copyright 2006-2011, 2013 Stefan Dösinger for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __WINE_WINED3D_PRECOMP_H
#define __WINE_WINED3D_PRECOMP_H
#include <wine/config.h>
#include <wine/port.h>
#ifdef HAVE_FLOAT_H
# include <float.h>
#endif
#include <stdio.h>
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include "wined3d_private.h"
#include <reactos/undocuser.h>
#endif /* !__WINE_WINED3D_PRECOMP_H */