Janitorial Page update (use this one instead)

tony_lambregts at telusplanet.net tony_lambregts at telusplanet.net
Sat Mar 6 16:18:31 CST 2004


Turns out that Alexandre fixed Scheduler/Process.c in this patch 

http://www.winehq.org/hypermail/wine-cvs/2003/10/0060.html

This other stuff still applies:

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 he 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



I was wrong about the math last time (sorry). Right now have exactly half of
these W->A entries done.
--

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	6 Mar 2004 22:09:41 -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
@@ -195,8 +195,8 @@
     <li class=committed>objects/dc.c: gdi32: ResetDCW: illegal call to ResetDCA
     <li class=committed>objects/font.c: gdi32: GetKerningPairsW: illegal call to GetKerningPairsA
     <li class=committed>objects/metafile.c: gdi32: CopyMetaFileW: illegal call to CopyMetaFileA
-    <li>scheduler/process.c: kernel32: CreateProcessW: illegal call to CreateProcessA
-    <li>scheduler/process.c: kernel32: CreateProcessW: illegal call to HEAP_strdupWtoA
+    <li class=committed>scheduler/process.c: kernel32: CreateProcessW: illegal call to CreateProcessA
+    <li class=committed>scheduler/process.c: kernel32: CreateProcessW: illegal call to HEAP_strdupWtoA
     <li class=committed>win32/except.c: kernel32: FatalAppExitW: illegal call to GetModuleHandleA
     <li>windows/clipboard.c: user32: GetClipboardFormatNameW: illegal call to GetClipboardFormatNameA
     <li>windows/clipboard.c: user32: RegisterClipboardFormatW: illegal call to HEAP_strdupWtoA
@@ -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,12 @@
 		 <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:julliard at winehq.org">Alexandre Julliard</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>71 left to go</span>
+    <li>updated: Mar 8, 2004
   </ul>
 
   <h2>DLL separation</h2>


More information about the wine-patches mailing list