Le lun 01/09/2003 à 02:39, Dave Miller a écrit :
This patch begins reconciling the windows and wine spec files (bugzilla bug 556) If I've done this correctly and noone objects I'll follow up with more additions.
ChangeLog Add some missing functions to shell32.spec
--- /usr/src/wine/dlls/shell32/shell32.spec 2003-09-01 02:05:32.000000000 -0400 +++ shell32.spec 2003-09-01 00:37:40.000000000 -0400 @@ -159,7 +159,7 @@ 169 stdcall SHDestroyPropSheetExtArray(long) 170 stdcall SHReplaceFromPropSheetExtArray(long long long long) 171 stdcall PathCleanupSpec(ptr ptr) PathCleanupSpecAW
- 172 stdcall SHCreateLinks(long str ptr long ptr)
- 172 stub SHCreateLinks
Why remove this one? It's in shlfolder.c...
Vincent
Sorry, that shouldn't be removed. First patch, first lesson learned. I started with wine-20030813, then patched against CVS. That one function was added in CVS. I'll fix it and resubmit.
Vincent Béron vberon@mecano.gme.usherb.ca said:
Le lun 01/09/2003 à 02:39, Dave Miller a écrit :
This patch begins reconciling the windows and wine spec files (bugzilla bug 556) If I've done this correctly and noone objects I'll follow up with more additions.
ChangeLog Add some missing functions to shell32.spec
--- /usr/src/wine/dlls/shell32/shell32.spec 2003-09-01 02:05:32.000000000 -0400 +++ shell32.spec 2003-09-01 00:37:40.000000000 -0400 @@ -159,7 +159,7 @@ 169 stdcall SHDestroyPropSheetExtArray(long) 170 stdcall SHReplaceFromPropSheetExtArray(long long long long) 171 stdcall PathCleanupSpec(ptr ptr) PathCleanupSpecAW
- 172 stdcall SHCreateLinks(long str ptr long ptr)
- 172 stub SHCreateLinks
Why remove this one? It's in shlfolder.c...
Vincent