- diff --git a/build.vc19/nfs41_driver/nfs41_driver.vcxproj b/build.vc19/nfs41_driver/nfs41_driver.vcxproj
 - index afd079e..6b89bb2 100644
 - --- a/build.vc19/nfs41_driver/nfs41_driver.vcxproj
 - +++ b/build.vc19/nfs41_driver/nfs41_driver.vcxproj
 - @@ -38,44 +38,44 @@
 - </PropertyGroup>
 - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 - - <TargetVersion>Windows10</TargetVersion>
 - + <TargetVersion>WindowsV6.3</TargetVersion>
 - <UseDebugLibraries>true</UseDebugLibraries>
 - - <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 - + <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
 - <ConfigurationType>Driver</ConfigurationType>
 - <DriverType>WDM</DriverType>
 - </PropertyGroup>
 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 - - <TargetVersion>Windows10</TargetVersion>
 - + <TargetVersion>WindowsV6.3</TargetVersion>
 - <UseDebugLibraries>false</UseDebugLibraries>
 - - <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 - + <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
 - <ConfigurationType>Driver</ConfigurationType>
 - <DriverType>WDM</DriverType>
 - </PropertyGroup>
 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 - - <TargetVersion>Windows10</TargetVersion>
 - + <TargetVersion>WindowsV6.3</TargetVersion>
 - <UseDebugLibraries>true</UseDebugLibraries>
 - - <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 - + <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
 - <ConfigurationType>Driver</ConfigurationType>
 - <DriverType>WDM</DriverType>
 - </PropertyGroup>
 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 - - <TargetVersion>Windows10</TargetVersion>
 - + <TargetVersion>WindowsV6.3</TargetVersion>
 - <UseDebugLibraries>false</UseDebugLibraries>
 - - <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 - + <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
 - <ConfigurationType>Driver</ConfigurationType>
 - <DriverType>WDM</DriverType>
 - </PropertyGroup>
 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
 - - <TargetVersion>Windows10</TargetVersion>
 - + <TargetVersion>WindowsV6.3</TargetVersion>
 - <UseDebugLibraries>true</UseDebugLibraries>
 - - <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 - + <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
 - <ConfigurationType>Driver</ConfigurationType>
 - <DriverType>WDM</DriverType>
 - </PropertyGroup>
 - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
 - - <TargetVersion>Windows10</TargetVersion>
 - + <TargetVersion>WindowsV6.3</TargetVersion>
 - <UseDebugLibraries>false</UseDebugLibraries>
 - - <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 - + <PlatformToolset>WindowsKernelModeDriver8.1</PlatformToolset>
 - <ConfigurationType>Driver</ConfigurationType>
 - <DriverType>WDM</DriverType>
 - </PropertyGroup>
 - @@ -118,7 +118,7 @@
 - <WholeProgramOptimization>false</WholeProgramOptimization>
 - </ClCompile>
 - <Link>
 - - <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>
 - + <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>
 - </Link>
 - </ItemDefinitionGroup>
 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
 - @@ -134,7 +134,7 @@
 - <WholeProgramOptimization>true</WholeProgramOptimization>
 - </ClCompile>
 - <Link>
 - - <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>
 - + <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>
 - <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
 - </Link>
 - </ItemDefinitionGroup>
 - @@ -151,10 +151,10 @@
 - <WholeProgramOptimization>false</WholeProgramOptimization>
 - </ClCompile>
 - <Link>
 - - <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>
 - + <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>
 - </Link>
 - <DriverSign>
 - - <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
 - + <FileDigestAlgorithm>sha1</FileDigestAlgorithm>
 - </DriverSign>
 - </ItemDefinitionGroup>
 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 - @@ -170,11 +170,11 @@
 - <WholeProgramOptimization>true</WholeProgramOptimization>
 - </ClCompile>
 - <Link>
 - - <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>
 - + <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>
 - <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
 - </Link>
 - <DriverSign>
 - - <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
 - + <FileDigestAlgorithm>sha1</FileDigestAlgorithm>
 - </DriverSign>
 - </ItemDefinitionGroup>
 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 - @@ -190,10 +190,10 @@
 - <WholeProgramOptimization>false</WholeProgramOptimization>
 - </ClCompile>
 - <Link>
 - - <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>
 - + <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>
 - </Link>
 - <DriverSign>
 - - <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
 - + <FileDigestAlgorithm>sha1</FileDigestAlgorithm>
 - </DriverSign>
 - </ItemDefinitionGroup>
 - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 - @@ -209,11 +209,11 @@
 - <WholeProgramOptimization>true</WholeProgramOptimization>
 - </ClCompile>
 - <Link>
 - - <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>
 - + <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>
 - <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
 - </Link>
 - <DriverSign>
 - - <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
 - + <FileDigestAlgorithm>sha1</FileDigestAlgorithm>
 - </DriverSign>
 - </ItemDefinitionGroup>
 - <ItemGroup>
 - diff --git a/cygwin/Makefile b/cygwin/Makefile
 - index 9ae5b84..715a0dc 100644
 - --- a/cygwin/Makefile
 - +++ b/cygwin/Makefile
 - @@ -68,7 +68,7 @@ build_testutils:
 - (cd "$(PROJECT_BASEDIR_DIR)/tests/winfsinfo1" && make all)
 - (cd "$(PROJECT_BASEDIR_DIR)/tests/winsg" && make all)
 - -build: build_32bit_release build_32bit_debug build_64bit_release build_64bit_debug build_arm_64bit_debug build_testutils
 - +build: build_32bit_release build_32bit_debug build_64bit_release build_64bit_debug build_testutils
 - sync
 - # 32bit kernel only build, for Windows <= 10/32bit
 
Win8.1 patch
Posted by Anonymous on Mon 10th Mar 2025 17:45
raw | new post
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.
 nrubsig.kpaste.net RSS