shell32: export some functions by name

Lauri Tulmin lauri_ at ut.ee
Sat Feb 19 16:21:49 CST 2005


Delphi 7 expects these to be exported by name.
-------------- next part --------------
Index: dlls/shell32/shell32.spec
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32.spec,v
retrieving revision 1.92
diff -u -p -r1.92 shell32.spec
--- dlls/shell32/shell32.spec	18 Feb 2005 20:13:01 -0000	1.92
+++ dlls/shell32/shell32.spec	19 Feb 2005 21:58:06 -0000
@@ -46,8 +46,8 @@
   50 stdcall -noname PathStripToRoot(ptr) PathStripToRootAW
   51 stdcall -noname PathResolve(str long long) PathResolveAW
   52 stdcall -noname PathGetArgs(str) PathGetArgsAW
-  53 stdcall -noname DoEnvironmentSubst(long long) DoEnvironmentSubstAW
-  54 stdcall -noname DragAcceptFiles(long long)
+  53 stdcall DoEnvironmentSubst(long long) DoEnvironmentSubstAW
+  54 stdcall DragAcceptFiles(long long)
   55 stdcall -noname PathQuoteSpaces(ptr) PathQuoteSpacesAW
   56 stdcall -noname PathUnquoteSpaces(str) PathUnquoteSpacesAW
   57 stdcall -noname PathGetDriveNumber(str) PathGetDriveNumberAW
@@ -73,9 +73,9 @@
   77 stdcall -noname SHMapPIDLToSystemImageListIndex(ptr ptr ptr)
   78 stdcall -noname OleStrToStrN(str long wstr long) OleStrToStrNAW
   79 stdcall -noname StrToOleStrN(wstr long str long) StrToOleStrNAW
-  80 stdcall -noname DragFinish(long)
-  81 stdcall -noname DragQueryFile(long long ptr long) DragQueryFileA
-  82 stdcall -noname DragQueryFileA(long long ptr long)
+  80 stdcall DragFinish(long)
+  81 stdcall DragQueryFile(long long ptr long) DragQueryFileA
+  82 stdcall DragQueryFileA(long long ptr long)
   83 stdcall -noname CIDLData_CreateFromIDArray(ptr long ptr ptr)
   84 stub SHIsBadInterfacePtr
   85 stdcall -noname OpenRegStream(long str str long) shlwapi.SHOpenRegStreamA
@@ -126,9 +126,9 @@
  130 stdcall -noname DAD_DragEnter(long)
  131 stdcall -noname DAD_DragEnterEx(long long long)
  132 stdcall -noname DAD_DragLeave()
- 133 stdcall -noname DragQueryFileW(long long ptr long)
+ 133 stdcall DragQueryFileW(long long ptr long)
  134 stdcall -noname DAD_DragMove(long long)
- 135 stdcall -noname DragQueryPoint(long ptr)
+ 135 stdcall DragQueryPoint(long ptr)
  136 stdcall -noname DAD_SetDragImage(long long)
  137 stdcall -noname DAD_ShowDragImage(long)
  139 stub Desktop_UpdateBriefcaseOnEvent


More information about the wine-patches mailing list