[shell32tests/shelllink.c] Use aliases for ordinals

Filip Navara xnavara at volny.cz
Wed Feb 16 06:35:36 CST 2005


Francois Gouget wrote:
[snip]

> Is this something that MinGW can / should do too? 

Yes.

BTW, are there any (other) unofficial Wine patches for the MinGW W32API 
package?

Regards,
Filip
-------------- next part --------------
Index: lib/shell32.def
===================================================================
RCS file: /cvs/src/src/winsup/w32api/lib/shell32.def,v
retrieving revision 1.7
diff -u -r1.7 shell32.def
--- lib/shell32.def	1 Jan 2004 11:00:43 -0000	1.7
+++ lib/shell32.def	16 Feb 2005 12:30:28 -0000
@@ -32,6 +32,7 @@
 SHUpdateRecycleBinIcon at 0
 SHSetUnreadMailCountW at 12
 SHSetLocalizedName at 12
+SHSimpleIDListFromPath at 4 @162
 SHQueryRecycleBinW at 8
 SHQueryRecycleBinA at 8
 SHPathPrepareForWriteW at 16
@@ -43,6 +44,7 @@
 SHIsFileAvailableOffline at 8
 SHInvokePrinterCommandW at 20
 SHInvokePrinterCommandA at 20
+SHILCreateFromPath at 12 @28
 SHHelpShortcuts_RunDLL at 16
 SHGetUnreadMailCountW at 24
 SHGetSpecialFolderPathW at 16
@@ -172,11 +174,11 @@
 ILCloneFirst at 4
 ILCombine at 8
 ILFindChild at 8
-ILFree at 4
+ILFree at 4 @155
 ILGetNext at 4
 ILGetSize at 4
-ILIsEqual at 8
+ILIsEqual at 8 @21
 ILIsParent at 12
 ILLoadFromStream at 8
 ILRemoveLastID at 4


More information about the wine-devel mailing list