--- trunk/Win32/libWin32/libWin32.csproj 2012/05/10 09:03:13 100 +++ trunk/Win32/libWin32/libWin32.csproj 2012/05/10 09:53:16 101 @@ -74,6 +74,9 @@ <Compile Include="Win32\Input\KeyTranslator.cs" /> <Compile Include="Win32\Input\DXKeysToScanCodes.cs" /> <Compile Include="Win32\Input\InputSender.cs" /> + <Compile Include="Win32\Threading\ProcessModeleInfoEx.cs" /> + <Compile Include="Win32\Threading\ProcessTokenFlags.cs" /> + <Compile Include="Win32\Threading\ThreadAccess.cs" /> <Compile Include="Win32\UI\FloatBox.cs"> <SubType>UserControl</SubType> </Compile> @@ -88,7 +91,7 @@ </Compile> <Compile Include="Win32\NumericConversion\IEEE754\ieee754FloatingPointConverter.cs" /> <Compile Include="Win32\NumericConversion\IEEE754\I_ieee754FloatingPointConverter.cs" /> - <Compile Include="Win32\Threading\ThreadAccess.cs" /> + <Compile Include="Win32\Threading\ProcessAccessFlags.cs" /> <Compile Include="Win32\Threading\ThreadControl.cs" /> <Compile Include="Win32\UI\MaskedHexBox.cs"> <SubType>UserControl</SubType> |