mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 10:44:47 +00:00
ddraw/tests: Build d3d.c without -DWINE_NO_LONG_TYPES.
This commit is contained in:
parent
8e307b2ecd
commit
0f45657137
10 changed files with 325 additions and 319 deletions
|
@ -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
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue