Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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

Change History (1)

comment:1 Changed 12 years ago by abwillis

Resolution: fixed
Status: newclosed

Committed revision #22012

Version 0, edited 12 years ago by abwillis (next)
Note: See TracTickets for help on using tickets.