[ros-kernel] Pach for msvcrt: __p___wargv

Michael michael at fritscher.net
Sat Feb 21 15:36:33 CET 2004


One little patch to get Mspaint closer to work:

Index: lib/msvcrt/msvcrt.def
===================================================================
RCS file: /CVS/ReactOS/reactos/lib/msvcrt/msvcrt.def,v
retrieving revision 1.29
diff -u -r1.29 msvcrt.def
--- lib/msvcrt/msvcrt.def	1 Jan 2004 17:08:38 -0000	1.29
+++ lib/msvcrt/msvcrt.def	21 Feb 2004 14:27:56 -0000
@@ -126,9 +126,9 @@
 __mb_cur_max DATA
 __p___argc
 __p___argv
+__p___wargv
 __p___initenv
 __p___mb_cur_max
-;__p___wargv
 ;__p___winitenv
 __p__acmdln
 ;__p__amblksiz

But even if I make stub the other missing function (_wcmdln) it crashes:
(KERNEL32:process/create.c:328) Process terminated abnormally due to
unhandled exception
(KERNEL32:process/create.c:329) Address: 1030541
(KERNEL32:process/create.c:334) Frames:
(KERNEL32:process/create.c:338) 77f1b748

I use the mfc42.dll and mfc42loc.dll from Win2000

-----Ursprüngliche Nachricht-----
Von: ros-cvs-bounces at reactos.com [mailto:ros-cvs-bounces at reactos.com] Im
Auftrag von navaraf at osexperts.com
Gesendet: Samstag, 21. Februar 2004 06:01
An: ros-cvs at reactos.com
Betreff: [ros-cvs] CVS Update: reactos

CVSROOT:	/CVS/ReactOS
Module name:	reactos
Repository:	reactos/subsys/win32k/ntuser/
Changes by:	navaraf at mok.osexperts.com.(none)	04/02/21
06:00:31

Modified files:
	reactos/subsys/win32k/ntuser/: window.c 

Log message:
	- Fixed my use of IntIsWindowVisible, it takes HWND as parameter
and not PWINDOW_OBJECT.

_______________________________________________
Ros-cvs mailing list
Ros-cvs at reactos.com
http://reactos.com/mailman/listinfo/ros-cvs




More information about the Ros-kernel mailing list