[LostWages] Update Janitorial Page:

Tony Lambregts tony_lambregts at telusplanet.net
Mon Jan 3 15:36:59 CST 2005


- Diego Pettenò cleaned up some DPRINTFs.

- Jacek Caban got rid of some W->A calls.

There is still one W->A call in wine/dlls/shlwapi/ordnial.c and I am not sure
what we should do with it. This is what the code says for SHCreateWorkerWindowW.

/* If our OS is natively ASCII, use the ASCII version */
if (!(GetVersion() & 0x80000000))  /* NT */
    return SHCreateWorkerWindowA(wndProc, hWndParent, dwExStyle, dwStyle, hMenu, z);

So is that correct, and if so how should we mark it in the Janitorial page?


Change Log: Update janitorial page.

Files changed: /templates/en/janitorial.template

-------------- next part --------------
Index: templates/en/janitorial.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/janitorial.template,v
retrieving revision 1.48
diff -u -r1.48 janitorial.template
--- templates/en/janitorial.template	1 Dec 2004 22:17:14 -0000	1.48
+++ templates/en/janitorial.template	3 Jan 2005 21:32:44 -0000
@@ -141,10 +141,10 @@
     <li>dlls/shell32/shell32_main.c: shell32: ShellAboutW: illegal call to FindResourceA
     <li>dlls/shell32/shellole.c: shell32: DragQueryFileW: illegal call to DragQueryFileA
     <li>dlls/shell32/systray.c: shell32: Shell_NotifyIconW: illegal call to Shell_NotifyIconA
-    <li>dlls/shlwapi/ordinal.c: shlwapi: SHStringFromGUIDW: illegal call to SHStringFromGUIDA
+    <li class=committed>dlls/shlwapi/ordinal.c: shlwapi: SHStringFromGUIDW: illegal call to SHStringFromGUIDA
     <li>dlls/shlwapi/ordinal.c: shlwapi: SHCreateWorkerWindowW: illegal call to SHCreateWorkerWindowA
-    <li>dlls/shlwapi/ordinal.c: shlwapi: SHCreateWorkerWindowW: illegal call to LoadCursorA
-    <li>dlls/shlwapi/ordinal.c: shlwapi: SHCreateWorkerWindowW: illegal call to SetWindowLongA
+    <li class=committed>dlls/shlwapi/ordinal.c: shlwapi: SHCreateWorkerWindowW: illegal call to LoadCursorA
+    <li class=committed>dlls/shlwapi/ordinal.c: shlwapi: SHCreateWorkerWindowW: illegal call to SetWindowLongA
     <li>dlls/shlwapi/string.c: shlwapi: StrCmpLogicalW: illegal call to SHLWAPI_ChrCmpHelperA
     <li>dlls/shlwapi/string.c: shlwapi: StrFormatByteSizeW: illegal call to StrFormatByteSize64A
     <li>dlls/shlwapi/string.c: shlwapi: StrRetToStrW: illegal call to SHStrDupA
@@ -202,9 +202,10 @@
 		 <a href="mailto:mike at codeweavers.com">Mike McCormack</a>,
 		 <a href="mailto:juan_lang at yahoo.com">Juan Lang</a>,
 		 <a href="mailto:kevin at plop.org">Kevin Koltzau</a>,
-		 <a href="mailto:truiken at gmail.com">James Hawkins</a>.
+		 <a href="mailto:truiken at gmail.com">James Hawkins</a>,
+		 <a href="mailto:jack at itma.pwr.wroc.pl">Jacek Caban</a>.
     <li>status: <span class=inprogress>Over half done.</span>
-    <li>updated: Aug 12, 2004
+    <li>updated: Jan 03, 2005
   </ul>
 
   <h2>DLL separation</h2>
@@ -396,9 +397,10 @@
   to watch for potential simplifications that may be possible with the
   new scheme.
   <ul class=modified>
-    <li>workers: <a href="mailto:tony_lambregts at telusplanet.net">Tony Lambregts</a>
+    <li>workers: <a href="mailto:tony_lambregts at telusplanet.net">Tony Lambregts</a>,
+                 <a href="mailto:flameeyes at users.berlios.de">Diego Pettenò</a>.
     <li>status: <span class=inprogress>first patches already submitted</span>
-    <li>updated: Mar 14, 2003
+    <li>updated: Jan 3, 2005
   </ul>
 
 



More information about the wine-patches mailing list