Another small update to the Janitorial Page

tony_lambregts at telusplanet.net tony_lambregts at telusplanet.net
Sun Feb 29 17:09:55 CST 2004


Apparently Eric Pouch has fixed up ExpandEnvironmentStringsW, 
GetEnvironmentVariableW and SetEnvironmentVariableW with the following patch.

http://www.winehq.org/hypermail/wine-cvs/2003/06/0159.html

The attached patch should fix up this oversight.


Tony Lambregts



-------------- next part --------------
Index: janitorial.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/janitorial.template,v
retrieving revision 1.20
diff -u -u -r1.20 janitorial.template
--- janitorial.template	26 Feb 2004 19:26:05 -0000	1.20
+++ janitorial.template	29 Feb 2004 22:49:01 -0000
@@ -184,12 +184,12 @@
     <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>memory/environ.c: kernel32: ExpandEnvironmentStringsW: illegal call to ExpandEnvironmentStringsA
-    <li>memory/environ.c: kernel32: ExpandEnvironmentStringsW: illegal call to HEAP_strdupWtoA
-    <li>memory/environ.c: kernel32: GetEnvironmentVariableW: illegal call to GetEnvironmentVariableA
-    <li>memory/environ.c: kernel32: GetEnvironmentVariableW: illegal call to HEAP_strdupWtoA
-    <li>memory/environ.c: kernel32: SetEnvironmentVariableW: illegal call to HEAP_strdupWtoA
-    <li>memory/environ.c: kernel32: SetEnvironmentVariableW: illegal call to SetEnvironmentVariableA
+    <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
+    <li class=committed>memory/environ.c: kernel32: GetEnvironmentVariableW: illegal call to HEAP_strdupWtoA
+    <li class=committed>memory/environ.c: kernel32: SetEnvironmentVariableW: illegal call to HEAP_strdupWtoA
+    <li class=committed>memory/environ.c: kernel32: SetEnvironmentVariableW: illegal call to SetEnvironmentVariableA
     <li class=committed>objects/dc.c: gdi32: CreateDCW: illegal call to CreateDCA
     <li class=committed>objects/dc.c: gdi32: CreateDCW: illegal call to HEAP_strdupWtoA
     <li class=committed>objects/dc.c: gdi32: ResetDCW: illegal call to ResetDCA
@@ -219,9 +219,11 @@
 		 <a href="nailto:Stefan.Leichter at camLine.com">Stefan Leichter</a>,
 		 <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:dmitry at codeweavers.com">Dmitry Timoshkov</a>,
+		 <a href="mailto:pouech-eric at wanadoo.fr">Eric Pouech</a>.
+
     <li>status: <span class=inprogress>first patches submitted</span>
-    <li>updated: Feb 22, 2004
+    <li>updated: Feb 29, 2004
   </ul>
 
   <h2>DLL separation</h2>


More information about the wine-patches mailing list