Skip to content

Commit

Permalink
Fixed the SHFILEINFO declaration. Thanks to Andras Kovacs for reporti…
Browse files Browse the repository at this point in the history
…ng this.
  • Loading branch information
jfrijters committed Aug 14, 2013
1 parent 05c7458 commit c519faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awt/ShellApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public enum GIL : uint{
public struct SHFILEINFO
{
public IntPtr hIcon;
public IntPtr iIcon;
public int iIcon;
public uint dwAttributes;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 260)]
public string szDisplayName;
Expand Down

0 comments on commit c519faf

Please sign in to comment.