shell32 ordinals

Martin Fuchs martin-fuchs at gmx.net
Sun Apr 3 06:07:42 CDT 2005


Changelog:
correct comments of some shell32 export ordinals


Index: shellole.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shellole.c,v
retrieving revision 1.78
diff -u -p -d -r1.78 shellole.c
--- shellole.c	23 Mar 2005 13:15:19 -0000	1.78
+++ shellole.c	3 Apr 2005 10:53:52 -0000
@@ -213,7 +213,7 @@ end:
 }
 
 /*************************************************************************
- * DllGetClassObject   [SHELL32.128]
+ * DllGetClassObject   [SHELL32.82]
  */
 HRESULT WINAPI SHELL32_DllGetClassObject(REFCLSID rclsid, REFIID iid, LPVOID *ppv)
 {
@@ -399,7 +399,7 @@ static IMallocVtbl VT_Shell_IMalloc32 =
 };
 
 /*************************************************************************
- *			 SHGetMalloc			[SHELL32.@]
+ *			 SHGetMalloc			[SHELL32.297]
  *
  * Return the shell IMalloc interface.
  *
@@ -473,7 +473,7 @@ void WINAPI SHFree(LPVOID pv)
 }
 
 /*************************************************************************
- * SHGetDesktopFolder			[SHELL32.@]
+ * SHGetDesktopFolder			[SHELL32.283]
  */
 HRESULT WINAPI SHGetDesktopFolder(IShellFolder **psf)
 {
@@ -646,7 +646,7 @@ HRESULT WINAPI SHCreateDefClassObject(
 }
 
 /*************************************************************************
- *  DragAcceptFiles		[SHELL32.54]
+ *  DragAcceptFiles		[SHELL32.150]
  */
 void WINAPI DragAcceptFiles(HWND hWnd, BOOL b)
 {
@@ -662,7 +662,7 @@ void WINAPI DragAcceptFiles(HWND hWnd, B
 }
 
 /*************************************************************************
- * DragFinish		[SHELL32.80]
+ * DragFinish		[SHELL32.216]
  */
 void WINAPI DragFinish(HDROP h)
 {
@@ -671,7 +671,7 @@ void WINAPI DragFinish(HDROP h)
 }
 
 /*************************************************************************
- * DragQueryPoint		[SHELL32.135]
+ * DragQueryPoint		[SHELL32.221]
  */
 BOOL WINAPI DragQueryPoint(HDROP hDrop, POINT *p)
 {
@@ -690,8 +690,8 @@ BOOL WINAPI DragQueryPoint(HDROP hDrop, 
 }
 
 /*************************************************************************
- *  DragQueryFile 		[SHELL32.81]
- *  DragQueryFileA		[SHELL32.82]
+ *  DragQueryFile 		[SHELL32.217]
+ *  DragQueryFileA		[SHELL32.218]
  */
 UINT WINAPI DragQueryFileA(
 	HDROP hDrop,
@@ -748,7 +748,7 @@ end:
 }
 
 /*************************************************************************
- *  DragQueryFileW		[SHELL32.133]
+ *  DragQueryFileW		[SHELL32.220]
  */
 UINT WINAPI DragQueryFileW(
 	HDROP hDrop,





More information about the wine-patches mailing list