Mike McCormack : shell32: Export DllGetClassObject by ordinal as grpconv.exe requires it.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 23 05:05:15 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 4b17a9faaea83da55181696a9b65f262e6c33919
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=4b17a9faaea83da55181696a9b65f262e6c33919

Author: Mike McCormack <mike at codeweavers.com>
Date:   Mon Jan 23 11:23:33 2006 +0100

shell32: Export DllGetClassObject by ordinal as grpconv.exe requires it.

---

 dlls/shell32/shell32.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec
index eee3cef..4e6b7ae 100644
--- a/dlls/shell32/shell32.spec
+++ b/dlls/shell32/shell32.spec
@@ -117,6 +117,7 @@
  125 stdcall -noname FileMenu_AddFilesForPidl(long long long ptr long long ptr)
  126 stdcall -noname SHOutOfMemoryMessageBox(long long long)
  127 stdcall -noname SHWinHelp(long long long long)
+ 128 stdcall -noname SHDllGetClassObject(ptr ptr ptr) DllGetClassObject
  129 stdcall -noname DAD_AutoScroll(long ptr ptr)
  130 stdcall -noname DAD_DragEnter(long)
  131 stdcall -noname DAD_DragEnterEx(long double)




More information about the wine-cvs mailing list