Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0f456571
Commit
0f456571
authored
Jul 07, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Jul 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw/tests: Build d3d.c without -DWINE_NO_LONG_TYPES.
parent
8e307b2e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
15 additions
and
1 deletion
+15
-1
Makefile.in
dlls/ddraw/tests/Makefile.in
+0
-1
d3d.c
dlls/ddraw/tests/d3d.c
+0
-0
ddraw1.c
dlls/ddraw/tests/ddraw1.c
+2
-0
ddraw2.c
dlls/ddraw/tests/ddraw2.c
+1
-0
ddraw4.c
dlls/ddraw/tests/ddraw4.c
+2
-0
ddraw7.c
dlls/ddraw/tests/ddraw7.c
+2
-0
ddrawmodes.c
dlls/ddraw/tests/ddrawmodes.c
+2
-0
dsurface.c
dlls/ddraw/tests/dsurface.c
+2
-0
refcount.c
dlls/ddraw/tests/refcount.c
+2
-0
visual.c
dlls/ddraw/tests/visual.c
+2
-0
No files found.
dlls/ddraw/tests/Makefile.in
View file @
0f456571
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
TESTDLL
=
ddraw.dll
IMPORTS
=
ddraw user32 gdi32 ole32
...
...
dlls/ddraw/tests/d3d.c
View file @
0f456571
This diff is collapsed.
Click to expand it.
dlls/ddraw/tests/ddraw1.c
View file @
0f456571
...
...
@@ -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"
...
...
dlls/ddraw/tests/ddraw2.c
View file @
0f456571
...
...
@@ -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
...
...
dlls/ddraw/tests/ddraw4.c
View file @
0f456571
...
...
@@ -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"
...
...
dlls/ddraw/tests/ddraw7.c
View file @
0f456571
...
...
@@ -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"
...
...
dlls/ddraw/tests/ddrawmodes.c
View file @
0f456571
...
...
@@ -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"
...
...
dlls/ddraw/tests/dsurface.c
View file @
0f456571
...
...
@@ -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"
...
...
dlls/ddraw/tests/refcount.c
View file @
0f456571
...
...
@@ -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"
...
...
dlls/ddraw/tests/visual.c
View file @
0f456571
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment