mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-11-04 04:58:05 -06:00 
			
		
		
		
	dll: WIP
This commit is contained in:
		@@ -177,6 +177,7 @@
 | 
			
		||||
      <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\mount-test.c" />
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\path-test.c" />
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\timeout-test.c" />
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\winfsp-tests.c" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 
 | 
			
		||||
@@ -22,6 +22,9 @@
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\timeout-test.c">
 | 
			
		||||
      <Filter>Source</Filter>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
    <ClCompile Include="..\..\..\tst\winfsp-tests\path-test.c">
 | 
			
		||||
      <Filter>Source</Filter>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ClInclude Include="..\..\..\ext\tlib\testsuite.h">
 | 
			
		||||
 
 | 
			
		||||
@@ -24,11 +24,14 @@
 | 
			
		||||
    <ClInclude Include="..\..\src\dll\library.h" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\access.c" />
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\create.c" />
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\debug.c" />
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\fsctl.c" />
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\library.c" />
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\loop.c" />
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\ntstatus.c" />
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\path.c" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <None Include="..\..\src\dll\ntstatus.i" />
 | 
			
		||||
 
 | 
			
		||||
@@ -40,6 +40,15 @@
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\loop.c">
 | 
			
		||||
      <Filter>Source</Filter>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\create.c">
 | 
			
		||||
      <Filter>Source</Filter>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\access.c">
 | 
			
		||||
      <Filter>Source</Filter>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
    <ClCompile Include="..\..\src\dll\path.c">
 | 
			
		||||
      <Filter>Source</Filter>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <None Include="..\..\src\dll\ntstatus.i">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user