Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaho Ng <ngkaho1234@gmail.com>2016-05-21 18:22:36 +0300
committerKaho Ng <ngkaho1234@gmail.com>2016-05-21 18:22:52 +0300
commit33bf22739881617ae00f960e148da38b71100b3b (patch)
tree056805be35dbfc80121a19d4bf170180a16d8234
parent3295727898f5571dd96e1599c50ff5931edf2f24 (diff)
VS2015 Project file: add ea.c 2
-rwxr-xr-xExt3Fsd/Ext3Fsd.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ext3Fsd/Ext3Fsd.vcxproj b/Ext3Fsd/Ext3Fsd.vcxproj
index c8b1a94..8efbbe6 100755
--- a/Ext3Fsd/Ext3Fsd.vcxproj
+++ b/Ext3Fsd/Ext3Fsd.vcxproj
@@ -259,6 +259,7 @@
<ClCompile Include="devctl.c" />
<ClCompile Include="dirctl.c" />
<ClCompile Include="dispatch.c" />
+ <ClCompile Include="ea.c" />
<ClCompile Include="except.c" />
<ClCompile Include="ext3\generic.c" />
<ClCompile Include="ext3\htree.c" />