ddraw/tests: Build d3d.c without -DWINE_NO_LONG_TYPES.

This commit is contained in:
Zebediah Figura 2022-07-07 23:08:34 -05:00 committed by Alexandre Julliard
parent 8e307b2ecd
commit 0f45657137
10 changed files with 325 additions and 319 deletions

View file

@ -1,4 +1,3 @@
EXTRADEFS = -DWINE_NO_LONG_TYPES
TESTDLL = ddraw.dll
IMPORTS = ddraw user32 gdi32 ole32

File diff suppressed because it is too large Load diff

View file

@ -17,6 +17,8 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINE_NO_LONG_TYPES
#define COBJMACROS
#include "wine/test.h"

View file

@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINE_NO_LONG_TYPES
#include <math.h>
#define COBJMACROS

View file

@ -17,6 +17,8 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINE_NO_LONG_TYPES
#define COBJMACROS
#include "wine/test.h"

View file

@ -17,6 +17,8 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINE_NO_LONG_TYPES
#define COBJMACROS
#include "wine/test.h"

View file

@ -25,6 +25,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINE_NO_LONG_TYPES
#include <assert.h>
#include "wine/test.h"
#include "ddraw.h"

View file

@ -21,6 +21,8 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINE_NO_LONG_TYPES
#define COBJMACROS
#include "wine/test.h"

View file

@ -17,6 +17,8 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINE_NO_LONG_TYPES
#define COBJMACROS
#include "wine/test.h"

View file

@ -19,6 +19,8 @@
/* See comment in dlls/d3d9/tests/visual.c for general guidelines */
#define WINE_NO_LONG_TYPES
#include "wine/test.h"
#include "ddraw.h"
#include "d3d.h"