mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-29 22:12:48 -05:00
sys: rename FsContext to FileNode
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
<ClCompile Include="..\..\src\sys\driver.c" />
|
||||
<ClCompile Include="..\..\src\sys\ea.c" />
|
||||
<ClCompile Include="..\..\src\sys\fastio.c" />
|
||||
<ClCompile Include="..\..\src\sys\filectx.c" />
|
||||
<ClCompile Include="..\..\src\sys\node.c" />
|
||||
<ClCompile Include="..\..\src\sys\fileinfo.c" />
|
||||
<ClCompile Include="..\..\src\sys\flush.c" />
|
||||
<ClCompile Include="..\..\src\sys\fsctl.c" />
|
||||
|
@@ -83,7 +83,7 @@
|
||||
<ClCompile Include="..\..\src\sys\volume.c">
|
||||
<Filter>Source</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\sys\filectx.c">
|
||||
<ClCompile Include="..\..\src\sys\node.c">
|
||||
<Filter>Source</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
|
Reference in New Issue
Block a user