Hans Leidekker : msvcrt: Fix spec file entries for the execv functions.

Alexandre Julliard julliard at winehq.org
Wed Jan 2 07:34:47 CST 2008


Module: wine
Branch: master
Commit: 428cff6e0b754dbdfd43d4d00610abdce001f9ed
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=428cff6e0b754dbdfd43d4d00610abdce001f9ed

Author: Hans Leidekker <hans at it.vu.nl>
Date:   Tue Jan  1 16:23:58 2008 +0100

 msvcrt: Fix spec file entries for the execv functions.

---

 dlls/msvcrt/msvcrt.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec
index 568dcc2..9518fa3 100644
--- a/dlls/msvcrt/msvcrt.spec
+++ b/dlls/msvcrt/msvcrt.spec
@@ -217,10 +217,10 @@
 @ varargs _execle(str str)
 @ varargs _execlp(str str)
 @ varargs _execlpe(str str)
-@ cdecl _execv(str str)
-@ cdecl _execve(str str str) MSVCRT__execve
-@ cdecl _execvp(str str)
-@ cdecl _execvpe(str str str)
+@ cdecl _execv(str ptr)
+@ cdecl _execve(str ptr ptr) MSVCRT__execve
+@ cdecl _execvp(str ptr)
+@ cdecl _execvpe(str ptr ptr)
 @ cdecl _exit(long) MSVCRT__exit
 @ cdecl _expand(ptr long)
 @ cdecl _fcloseall() MSVCRT__fcloseall




More information about the wine-cvs mailing list