mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
nvcuda-CUDA_Support: Create new file dlls/nvcuda/internal.c with appropriate file mode.
This commit is contained in:
parent
c9e146259d
commit
e759eff059
@ -1,4 +1,4 @@
|
||||
From 3a96e7ad09c6ad0ad31313634688c5c374d5d89f Mon Sep 17 00:00:00 2001
|
||||
From f81683cb7d6d6dab24367f8fe6f7b97f8089b7a5 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Sat, 3 Jan 2015 03:39:11 +0100
|
||||
Subject: nvcuda: First implementation. (rev 2)
|
||||
@ -17,16 +17,16 @@ Changes by Sebastian Lackner <sebastian@fds-team.de>:
|
||||
dlls/nvcuda/tests/Makefile.in | 4 +
|
||||
dlls/nvcuda/tests/nvcuda.c | 168 ++++
|
||||
8 files changed, 3057 insertions(+), 252 deletions(-)
|
||||
create mode 100755 dlls/nvcuda/internal.c
|
||||
create mode 100644 dlls/nvcuda/internal.c
|
||||
create mode 100644 dlls/nvcuda/nvcuda.h
|
||||
create mode 100644 dlls/nvcuda/tests/Makefile.in
|
||||
create mode 100644 dlls/nvcuda/tests/nvcuda.c
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 48bd58c..dc03595 100644
|
||||
index c879c03..6246e34 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -3127,6 +3127,7 @@ WINE_CONFIG_DLL(ntoskrnl.exe,,[implib])
|
||||
@@ -3144,6 +3144,7 @@ WINE_CONFIG_DLL(ntoskrnl.exe,,[implib])
|
||||
WINE_CONFIG_DLL(ntprint)
|
||||
WINE_CONFIG_TEST(dlls/ntprint/tests)
|
||||
WINE_CONFIG_DLL(nvcuda)
|
||||
@ -48,7 +48,7 @@ index 4b33278..6322fb2 100644
|
||||
|
||||
RC_SRCS = nvcuda.rc
|
||||
diff --git a/dlls/nvcuda/internal.c b/dlls/nvcuda/internal.c
|
||||
new file mode 100755
|
||||
new file mode 100644
|
||||
index 0000000..611e310
|
||||
--- /dev/null
|
||||
+++ b/dlls/nvcuda/internal.c
|
||||
@ -3422,5 +3422,5 @@ index 0000000..fc8f300
|
||||
+ test_TlsNotifyInterface();
|
||||
+}
|
||||
--
|
||||
2.2.1
|
||||
2.3.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user