Add -noname flags

Francois Gouget fgouget at free.fr
Wed Feb 23 05:49:13 CST 2005


I checked that these APIs have the -noname flag in the Platform SDK.

Changelog:

  * dlls/comctl32/comctl32.spec
    dlls/shell32/shell32.spec

    Add the -noname flag to match the Platform SDK.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
       Any sufficiently advanced bug is indistinguishable from a feature.
                             -- from some indian guy
-------------- next part --------------
Index: dlls/comctl32/comctl32.spec
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/comctl32.spec,v
retrieving revision 1.46
diff -u -p -r1.46 comctl32.spec
--- dlls/comctl32/comctl32.spec	19 Oct 2004 22:59:59 -0000	1.46
+++ dlls/comctl32/comctl32.spec	23 Feb 2005 09:51:34 -0000
@@ -101,10 +101,10 @@
 402 stdcall -noname FindMRUStringW(long wstr ptr)
 403 stdcall -noname EnumMRUListW(long long ptr long)
 404 stdcall -noname CreateMRUListLazyW(ptr long long long)
-410 stdcall SetWindowSubclass(long ptr long long)
-411 stdcall GetWindowSubclass(long ptr long ptr)
-412 stdcall RemoveWindowSubclass(long ptr long)
-413 stdcall DefSubclassProc(long long long long)
+410 stdcall -noname SetWindowSubclass(long ptr long long)
+411 stdcall -noname GetWindowSubclass(long ptr long ptr)
+412 stdcall -noname RemoveWindowSubclass(long ptr long)
+413 stdcall -noname DefSubclassProc(long long long long)
 414 stdcall -noname MirrorIcon(ptr ptr)
 415 stdcall -noname DrawTextWrap(long wstr long ptr long) user32.DrawTextW
 416 stdcall -noname DrawTextExPrivWrap(long wstr long ptr long ptr) user32.DrawTextExW
Index: dlls/shell32/shell32.spec
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/shell32.spec,v
retrieving revision 1.94
diff -u -p -r1.94 shell32.spec
--- dlls/shell32/shell32.spec	22 Feb 2005 15:50:13 -0000	1.94
+++ dlls/shell32/shell32.spec	22 Feb 2005 23:28:43 -0000
@@ -170,8 +163,8 @@
  176 stdcall -noname SHSetInstanceExplorer(long)
  177 stub DAD_SetDragImageFromListView
  178 stdcall -noname SHObjectProperties(long long wstr wstr)
- 179 stdcall SHGetNewLinkInfoA(str str ptr long long)
- 180 stdcall SHGetNewLinkInfoW(wstr wstr ptr long long)
+ 179 stdcall -noname SHGetNewLinkInfoA(str str ptr long long)
+ 180 stdcall -noname SHGetNewLinkInfoW(wstr wstr ptr long long)
  181 stdcall -noname RegisterShellHook(long long)
  182 varargs -noname ShellMessageBoxW(long long long str long)
  183 varargs -noname ShellMessageBoxA(long long long str long)
@@ -313,7 +249,7 @@
 
 # >= NT5
  714 stdcall @(ptr) SHELL32_714 # PathIsTemporaryW
- 730 stdcall RestartDialogEx(long wstr long long)
+ 730 stdcall -noname RestartDialogEx(long wstr long long)
 
 1217 stub FOOBAR1217   # no joke! This is the real name!!
 


More information about the wine-patches mailing list