More updates to Janitorial Page

tony_lambregts at telusplanet.net tony_lambregts at telusplanet.net
Thu Mar 4 22:24:41 CST 2004


About a year ago Eric Pouech converted GetModuleFileNameW in Module.c to unicode 

http://www.winehq.org/hypermail/wine-cvs/2003/03/0136.html

I think is also responsible for GetModuleHandleW although I can't seem to find
the patch. (gave up looking) It is converted though.

Also windows/sysparams.c is converted to Unicode by Justin Chevrier.

http://www.winehq.org/hypermail/wine-cvs/2004/03/0063.html

This put us with  over 50% of the conversions done by the numbers (of course
most of the easy ones are already done, but still only 72 more to go) <grin>

--

Tony Lambregts
-------------- next part --------------
Index: janitorial.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/janitorial.template,v
retrieving revision 1.21
diff -u -r1.21 janitorial.template
--- janitorial.template	3 Mar 2004 19:32:26 -0000	1.21
+++ janitorial.template	5 Mar 2004 04:22:31 -0000
@@ -180,10 +180,10 @@
     <li class=committed>loader/module.c: kernel32: GetBinaryTypeW: illegal call to GetBinaryTypeA
     <li class=committed>loader/module.c: kernel32: GetBinaryTypeW: illegal call to HEAP_strdupWtoA
     <li class=committed>loader/module.c: kernel32: GetModuleFileNameW: illegal call to GetModuleFileNameA
-    <li>loader/module.c: kernel32: GetModuleHandleW: illegal call to GetModuleHandleA
-    <li>loader/module.c: kernel32: GetModuleHandleW: illegal call to HEAP_strdupWtoA
-    <li>loader/module.c: kernel32: LoadLibraryExW: illegal call to HEAP_strdupWtoA
-    <li>loader/module.c: kernel32: LoadLibraryExW: illegal call to LoadLibraryExA
+    <li class=committed>loader/module.c: kernel32: GetModuleHandleW: illegal call to GetModuleHandleA
+    <li class=committed>loader/module.c: kernel32: GetModuleHandleW: illegal call to HEAP_strdupWtoA
+    <li class=committed>loader/module.c: kernel32: LoadLibraryExW: illegal call to HEAP_strdupWtoA
+    <li class=committed>loader/module.c: kernel32: LoadLibraryExW: illegal call to LoadLibraryExA
     <li class=committed>memory/environ.c: kernel32: ExpandEnvironmentStringsW: illegal call to ExpandEnvironmentStringsA
     <li class=committed>memory/environ.c: kernel32: ExpandEnvironmentStringsW: illegal call to HEAP_strdupWtoA
     <li class=committed>memory/environ.c: kernel32: GetEnvironmentVariableW: illegal call to GetEnvironmentVariableA
@@ -207,7 +207,7 @@
     <li class=committed>windows/input.c: user32: MapVirtualKeyW: illegal call to MapVirtualKeyA
     <li class=committed>windows/input.c: user32: VkKeyScanExW: illegal call to VkKeyScanA
     <li class=committed>windows/input.c: user32: VkKeyScanW: illegal call to VkKeyScanA
-    <li>windows/sysparams.c: user32: SystemParametersInfoW: illegal call to SystemParametersInfoA
+    <li class=committed>windows/sysparams.c: user32: SystemParametersInfoW: illegal call to SystemParametersInfoA
     <li>windows/winhelp.c: user32: WinHelpW: illegal call to WinHelpA
     <li>windows/winproc.c: user32: CallWindowProcW: illegal call to WINPROC_CallProc32WTo32A
   </ul>
@@ -220,10 +220,11 @@
 		 <a href="mailto:m.davison at virgin.net">Matthew Davison</a>,
 		 <a href="mailto:tony_lambregts at telusplanet.net">Tony Lambregts</a>,
 		 <a href="mailto:dmitry at codeweavers.com">Dmitry Timoshkov</a>,
-		 <a href="mailto:pouech-eric at wanadoo.fr">Eric Pouech</a>.
+		 <a href="mailto:pouech-eric at wanadoo.fr">Eric Pouech</a>,
+		 <a href="mailto:burner1 at hotmail.com">Justin Chevrier</a>.
 
-    <li>status: <span class=inprogress>first patches submitted</span>
-    <li>updated: Feb 29, 2004
+    <li>status: <span class=inprogress>72 left to go</span>
+    <li>updated: Mar 4, 2004
   </ul>
 
   <h2>DLL separation</h2>


More information about the wine-patches mailing list