Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--awt/ShellApi.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/awt/ShellApi.cs b/awt/ShellApi.cs
index 6597d4b0..446ada72 100644
--- a/awt/ShellApi.cs
+++ b/awt/ShellApi.cs
@@ -316,7 +316,7 @@ namespace awt
public struct SHFILEINFO
{
public IntPtr hIcon;
- public IntPtr iIcon;
+ public int iIcon;
public uint dwAttributes;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 260)]
public string szDisplayName;