mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Updated nvcuda-CUDA_Support patchset
This commit is contained in:
parent
aecae62db4
commit
c0d536d04b
@ -1,7 +1,7 @@
|
||||
From 66042874f3555c96868051b6f84aa6110e342ab9 Mon Sep 17 00:00:00 2001
|
||||
From c0ad7418c5ff63eede7a4141c8d3c6c0ac8d7f34 Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Lackner <sebastian@fds-team.de>
|
||||
Date: Sat, 3 Jan 2015 02:52:50 +0100
|
||||
Subject: include: Add cuda.h.
|
||||
Subject: [PATCH] include: Add cuda.h.
|
||||
|
||||
---
|
||||
include/Makefile.in | 1 +
|
||||
@ -10,17 +10,17 @@ Subject: include: Add cuda.h.
|
||||
create mode 100644 include/cuda.h
|
||||
|
||||
diff --git a/include/Makefile.in b/include/Makefile.in
|
||||
index 682072c..e564a0d 100644
|
||||
index 96c04ca..60b2a41 100644
|
||||
--- a/include/Makefile.in
|
||||
+++ b/include/Makefile.in
|
||||
@@ -191,6 +191,7 @@ HEADER_SRCS = \
|
||||
cpl.h \
|
||||
cryptdlg.h \
|
||||
@@ -77,6 +77,7 @@ SOURCES = \
|
||||
cryptuiapi.h \
|
||||
ctfutb.idl \
|
||||
ctxtcall.idl \
|
||||
+ cuda.h \
|
||||
custcntl.h \
|
||||
cvconst.h \
|
||||
d2dbasetypes.h \
|
||||
d2d1.idl \
|
||||
diff --git a/include/cuda.h b/include/cuda.h
|
||||
new file mode 100644
|
||||
index 0000000..1f20f5b
|
||||
@ -121,5 +121,5 @@ index 0000000..1f20f5b
|
||||
+
|
||||
+#endif /* __WINE_CUDA_H */
|
||||
--
|
||||
2.6.2
|
||||
1.9.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user