WineHQ: Janitorial update

Dimitrie O. Paun dpaun at rogers.com
Tue Jan 11 10:54:29 CST 2005


ChangeLog
    More W->A fixes.

-- 
Dimi.
-------------- next part --------------
Index: templates/en/janitorial.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/janitorial.template,v
retrieving revision 1.59
diff -u -r1.59 janitorial.template
--- templates/en/janitorial.template	11 Jan 2005 16:14:33 -0000	1.59
+++ templates/en/janitorial.template	11 Jan 2005 16:52:16 -0000
@@ -140,27 +140,20 @@
   The ASCII to Unicode conversion is lossy; moreover, with the
   shift to Unicode, it's actually slower to deal in ASCII than
   in Unicode, because of the additional conversions required.
-  There are 49 cross calls from Unicode to ANSI as reported by
+  There are 43 cross calls from Unicode to ANSI as reported by
   <tt>tools/winapi_check/winapi_check --none --progress --cross-call-unicode-ascii</tt>
-  (as of Jan 9, 2005):
+  (as of Jan 11, 2005):
   <ul>
     <li>dlls/advapi32/crypt.c: advapi32: CryptAcquireContextW: illegal call to CryptAcquireContextA
     <li>dlls/advapi32/crypt.c: advapi32: CryptEnumProviderTypesW: illegal call to CryptEnumProviderTypesA
     <li>dlls/advapi32/crypt.c: advapi32: CryptGetDefaultProviderW: illegal call to CryptGetDefaultProviderA
     <li>dlls/advapi32/crypt.c: advapi32: CryptSetProviderExW: illegal call to CryptSetProviderExA
-    <li>dlls/commdlg/colordlg.c: colordlg: ChooseColorW: illegal call to FindResourceA
-    <li>dlls/commdlg/filedlg.c: colordlg: GetFileDialog95W: illegal call to GetCurrentDirectoryA
-    <li>dlls/commdlg/filedlg.c: colordlg: GetFileDialog95W: illegal call to SetCurrentDirectoryA
-    <li>dlls/commdlg/filedlg.c: colordlg: GetFileName31W: illegal call to GetWindowLongA
     <li>dlls/ddraw/main.c: ddraw: DirectDrawEnumerateExW: illegal call to DirectDrawEnumerateExA
-    <li class=committed>dlls/gdi/printdrv.c: gdi32: StartDocW: illegal call to HEAP_strdupWtoA
-    <li class=committed>dlls/gdi/printdrv.c: gdi32: StartDocW: illegal call to StartDocA
     <li>dlls/hhctrl.ocx/hhctrl.c: hhctrl.ocx: HtmlHelpW: illegal call to MessageBoxA
     <li>dlls/kernel/comm.c: kernel32: SetDefaultCommConfigW: illegal call to HEAP_strdupWtoA
     <li>dlls/kernel/comm.c: kernel32: SetDefaultCommConfigW: illegal call to SetDefaultCommConfigA
     <li>dlls/kernel/locale.c: kernel32: GetLocaleInfoW: illegal call to GetModuleHandleA
     <li>dlls/kernel/resource.c: kernel32: FindResourceExW: illegal call to get_res_name_type_WtoA
-    <li class=committed>dlls/kernel/sync.c: kernel32: WaitNamedPipeW: illegal call to CreateEventA
     <li>dlls/lzexpand/lzexpand_main.c: lz32: GetExpandedNameW: illegal call to GetExpandedNameA
     <li>dlls/lzexpand/lzexpand_main.c: lz32: LZOpenFileW: illegal call to LZOpenFileA
     <li>dlls/rpcrt4/rpc_binding.c: rpcrt4: RPCRT4_CreateBindingW: illegal call to RPCRT4_strdupWtoA
@@ -194,9 +187,6 @@
     <li>dlls/winspool/info.c: winspool.drv: DocumentPropertiesW: illegal call to HEAP_strdupWtoA
     <li>dlls/winspool/info.c: winspool.drv: OpenPrinterW: illegal call to RegCreateKeyA
     <li>programs/winedbg/winedbg.c: winedbg: dbg_outputW: illegal call to dbg_outputA
-    <li>windows/clipboard.c: user32: GetClipboardFormatNameW: illegal call to GetClipboardFormatNameA
-    <li>windows/clipboard.c: user32: RegisterClipboardFormatW: illegal call to HEAP_strdupWtoA
-    <li>windows/clipboard.c: user32: RegisterClipboardFormatW: illegal call to RegisterClipboardFormatA
     <li>windows/winhelp.c: user32: WinHelpW: illegal call to WinHelpA
     <li>windows/winproc.c: user32: CallWindowProcW: illegal call to WINPROC_CallProc32WTo32A
   </ul>
@@ -220,7 +210,7 @@
 		 <a href="mailto:xnavara at volny.cz">Filip Navara</a>,
 		 <a href="mailto:jack at itma.pwr.wroc.pl">Jacek Caban</a>.
     <li>status: <span class=inprogress>Over 3/4 done.</span>
-    <li>updated: Dec 23, 2004
+    <li>updated: Jan 11, 2004
   </ul>
 
   <h2>DLL separation</h2>


More information about the wine-patches mailing list