Ignore:
Timestamp:
Feb 18, 2009, 11:57:31 PM (15 years ago)
Author:
rryu
Message:

NtQuerySystemInformation周りの実装をNtKernelクラスとしてまとめてみた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceLibrary/MacFaceLibrary.csproj

    r106 r121  
    22  <PropertyGroup>
    33    <ProjectType>Local</ProjectType>
    4     <ProductVersion>8.0.50727</ProductVersion>
     4    <ProductVersion>9.0.21022</ProductVersion>
    55    <SchemaVersion>2.0</SchemaVersion>
    66    <ProjectGuid>{23267F41-38FE-41F6-BF08-2D8940A1E024}</ProjectGuid>
     
    3131  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    3232    <OutputPath>bin\Debug\</OutputPath>
    33     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     33    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    3434    <BaseAddress>285212672</BaseAddress>
    3535    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     
    9696      <SubType>Code</SubType>
    9797    </Compile>
     98    <Compile Include="NtKernel.cs" />
    9899    <Compile Include="CPUStatistics.cs">
    99100      <SubType>Code</SubType>
Note: See TracChangeset for help on using the changeset viewer.