Alexandre Julliard : crtdll: Fixed copy/ paste error in definition of _baseminor_dll and _baseversion_dll.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 12 07:10:09 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 654c02017ba53934d61c632caa412f797cf51c03
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=654c02017ba53934d61c632caa412f797cf51c03

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jun 12 13:38:29 2006 +0200

crtdll: Fixed copy/paste error in definition of _baseminor_dll and _baseversion_dll.

---

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

diff --git a/dlls/crtdll/crtdll.spec b/dlls/crtdll/crtdll.spec
index ba953f1..505a6e9 100644
--- a/dlls/crtdll/crtdll.spec
+++ b/dlls/crtdll/crtdll.spec
@@ -42,8 +42,8 @@ # Old C runtime library. All functions p
 @ cdecl _amsg_exit(long) msvcrt._amsg_exit
 @ cdecl _assert(str str long) msvcrt._assert
 @ extern _basemajor_dll CRTDLL__basemajor_dll
-@ extern _baseminor_dll CRTDLL__basemajor_dll
-@ extern _baseversion_dll CRTDLL__basemajor_dll
+@ extern _baseminor_dll CRTDLL__baseminor_dll
+@ extern _baseversion_dll CRTDLL__baseversion_dll
 @ cdecl _beep(long long) msvcrt._beep
 @ cdecl _beginthread(ptr long ptr) msvcrt._beginthread
 @ cdecl _c_exit() msvcrt._c_exit




More information about the wine-cvs mailing list