﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
86	SHGetSpecialFolderPathW added to def file	abwillis		"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
}}}
"	defect	closed	major	general enhancement	odin	0.8.5	medium	fixed		
