pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


Win8.1 patch
Posted by Anonymous on Mon 10th Mar 2025 17:45
raw | new post

  1. diff --git a/build.vc19/nfs41_driver/nfs41_driver.vcxproj b/build.vc19/nfs41_driver/nfs41_driver.vcxproj
  2. index afd079e..6b89bb2 100644
  3. --- a/build.vc19/nfs41_driver/nfs41_driver.vcxproj
  4. +++ b/build.vc19/nfs41_driver/nfs41_driver.vcxproj
  5. @@ -38,44 +38,44 @@
  6.    </PropertyGroup>
  7.    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  8.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  9. -    <TargetVersion>Windows10</TargetVersion>
  10. +    <TargetVersion>WindowsV6.3</TargetVersion>
  11.      <UseDebugLibraries>true</UseDebugLibraries>
  12. -    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
  13. +    <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
  14.      <ConfigurationType>Driver</ConfigurationType>
  15.      <DriverType>WDM</DriverType>
  16.    </PropertyGroup>
  17.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  18. -    <TargetVersion>Windows10</TargetVersion>
  19. +    <TargetVersion>WindowsV6.3</TargetVersion>
  20.      <UseDebugLibraries>false</UseDebugLibraries>
  21. -    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
  22. +    <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
  23.      <ConfigurationType>Driver</ConfigurationType>
  24.      <DriverType>WDM</DriverType>
  25.    </PropertyGroup>
  26.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  27. -    <TargetVersion>Windows10</TargetVersion>
  28. +    <TargetVersion>WindowsV6.3</TargetVersion>
  29.      <UseDebugLibraries>true</UseDebugLibraries>
  30. -    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
  31. +    <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
  32.      <ConfigurationType>Driver</ConfigurationType>
  33.      <DriverType>WDM</DriverType>
  34.    </PropertyGroup>
  35.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  36. -    <TargetVersion>Windows10</TargetVersion>
  37. +    <TargetVersion>WindowsV6.3</TargetVersion>
  38.      <UseDebugLibraries>false</UseDebugLibraries>
  39. -    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
  40. +    <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
  41.      <ConfigurationType>Driver</ConfigurationType>
  42.      <DriverType>WDM</DriverType>
  43.    </PropertyGroup>
  44.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  45. -    <TargetVersion>Windows10</TargetVersion>
  46. +    <TargetVersion>WindowsV6.3</TargetVersion>
  47.      <UseDebugLibraries>true</UseDebugLibraries>
  48. -    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
  49. +    <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
  50.      <ConfigurationType>Driver</ConfigurationType>
  51.      <DriverType>WDM</DriverType>
  52.    </PropertyGroup>
  53.    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  54. -    <TargetVersion>Windows10</TargetVersion>
  55. +    <TargetVersion>WindowsV6.3</TargetVersion>
  56.      <UseDebugLibraries>false</UseDebugLibraries>
  57. -    <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
  58. +    <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
  59.      <ConfigurationType>Driver</ConfigurationType>
  60.      <DriverType>WDM</DriverType>
  61.    </PropertyGroup>
  62. @@ -118,7 +118,7 @@
  63.        <WholeProgramOptimization>false</WholeProgramOptimization>
  64.      </ClCompile>
  65.      <Link>
  66. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  67. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  68.      </Link>
  69.    </ItemDefinitionGroup>
  70.    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  71. @@ -134,7 +134,7 @@
  72.        <WholeProgramOptimization>true</WholeProgramOptimization>
  73.      </ClCompile>
  74.      <Link>
  75. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  76. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  77.        <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  78.      </Link>
  79.    </ItemDefinitionGroup>
  80. @@ -151,10 +151,10 @@
  81.        <WholeProgramOptimization>false</WholeProgramOptimization>
  82.      </ClCompile>
  83.      <Link>
  84. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  85. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  86.      </Link>
  87.      <DriverSign>
  88. -      <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
  89. +      <FileDigestAlgorithm>sha1</FileDigestAlgorithm>
  90.      </DriverSign>
  91.    </ItemDefinitionGroup>
  92.    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  93. @@ -170,11 +170,11 @@
  94.        <WholeProgramOptimization>true</WholeProgramOptimization>
  95.      </ClCompile>
  96.      <Link>
  97. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  98. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  99.        <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  100.      </Link>
  101.      <DriverSign>
  102. -      <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
  103. +      <FileDigestAlgorithm>sha1</FileDigestAlgorithm>
  104.      </DriverSign>
  105.    </ItemDefinitionGroup>
  106.    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  107. @@ -190,10 +190,10 @@
  108.        <WholeProgramOptimization>false</WholeProgramOptimization>
  109.      </ClCompile>
  110.      <Link>
  111. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  112. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  113.      </Link>
  114.      <DriverSign>
  115. -      <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
  116. +      <FileDigestAlgorithm>sha1</FileDigestAlgorithm>
  117.      </DriverSign>
  118.    </ItemDefinitionGroup>
  119.    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  120. @@ -209,11 +209,11 @@
  121.        <WholeProgramOptimization>true</WholeProgramOptimization>
  122.      </ClCompile>
  123.      <Link>
  124. -      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowfastfailK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  125. +      <AdditionalDependencies>$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\BufferOverflowK.lib;$(DDK_LIB_PATH)\ksecdd.lib;$(DDK_LIB_PATH)\rxce.lib;$(DDK_LIB_PATH)\rdbsslib.lib</AdditionalDependencies>
  126.        <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  127.      </Link>
  128.      <DriverSign>
  129. -      <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
  130. +      <FileDigestAlgorithm>sha1</FileDigestAlgorithm>
  131.      </DriverSign>
  132.    </ItemDefinitionGroup>
  133.    <ItemGroup>
  134. diff --git a/cygwin/Makefile b/cygwin/Makefile
  135. index 9ae5b84..715a0dc 100644
  136. --- a/cygwin/Makefile
  137. +++ b/cygwin/Makefile
  138. @@ -68,7 +68,7 @@ build_testutils:
  139.         (cd "$(PROJECT_BASEDIR_DIR)/tests/winfsinfo1" && make all)
  140.         (cd "$(PROJECT_BASEDIR_DIR)/tests/winsg" && make all)
  141.  
  142. -build: build_32bit_release build_32bit_debug build_64bit_release build_64bit_debug build_arm_64bit_debug build_testutils
  143. +build: build_32bit_release build_32bit_debug build_64bit_release build_64bit_debug build_testutils
  144.         sync
  145.  
  146.  # 32bit kernel only build, for Windows <= 10/32bit

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at