--- trunk/Win32/libWin32/libWin32.csproj 2012/05/10 09:53:16 101 +++ trunk/Win32/libWin32/libWin32.csproj 2012/05/10 11:16:03 107 @@ -42,6 +42,7 @@ <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> <NoWarn>1607</NoWarn> + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <OutputPath>bin\x86\Release\</OutputPath> @@ -74,6 +75,7 @@ <Compile Include="Win32\Input\KeyTranslator.cs" /> <Compile Include="Win32\Input\DXKeysToScanCodes.cs" /> <Compile Include="Win32\Input\InputSender.cs" /> + <Compile Include="Win32\Threading\ProcessIconEx.cs" /> <Compile Include="Win32\Threading\ProcessModeleInfoEx.cs" /> <Compile Include="Win32\Threading\ProcessTokenFlags.cs" /> <Compile Include="Win32\Threading\ThreadAccess.cs" /> |