#86 closed defect (fixed)
SHGetSpecialFolderPathW added to def file
Reported by: | abwillis | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | general enhancement |
Component: | odin | Version: | 0.8.5 |
Severity: | medium | Keywords: | |
Cc: |
Description
Flash 11.4 needs SHGetSpecialFolderPathW, there is no definition in the normal def file but is in the debug. Added and it fixes the issue with Flash 11.4:
Index: src/shell32/shell32.def =================================================================== --- src/shell32/shell32.def (revision 22010) +++ src/shell32/shell32.def (working copy) @@ -403,3 +403,4 @@ SHGetDiskFreeSpaceA = "_GetDiskFreeSpaceExA@16" @1222 SHGetDiskFreeSpaceExA = "_GetDiskFreeSpaceExA@16" @1223 SHGetDiskFreeSpaceExW = "_GetDiskFreeSpaceExW@16" @1224 + SHGetSpecialFolderPathW = "_SHGetSpecialFolderPathW@16" @1225
Note:
See TracTickets
for help on using tickets.
Committed revision r22012