diff options
author | George Hazan <ghazan@miranda.im> | 2022-03-15 21:38:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-03-15 21:38:40 +0300 |
commit | f6eec51f101fffaa1809dcd92727e46ee38a1a12 (patch) | |
tree | e20d3cdd0bf9c0865396ec8aca6e83ea26ff857b /src/mir_core/mir_core.vcxproj | |
parent | 25e7342fbc71b4cd2f31432cac614150d2ceb076 (diff) |
file iterators implementation for Windows API + major code cleaning in Profile Manager window
Diffstat (limited to 'src/mir_core/mir_core.vcxproj')
-rw-r--r-- | src/mir_core/mir_core.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mir_core/mir_core.vcxproj b/src/mir_core/mir_core.vcxproj index f0466fabab..c748d431ce 100644 --- a/src/mir_core/mir_core.vcxproj +++ b/src/mir_core/mir_core.vcxproj @@ -140,6 +140,9 @@ <ClCompile Include="src\Windows\CTimer.cpp">
<PrecompiledHeaderFile>../stdafx.h</PrecompiledHeaderFile>
</ClCompile>
+ <ClCompile Include="src\Windows\fileutil.cpp">
+ <PrecompiledHeaderFile>../stdafx.h</PrecompiledHeaderFile>
+ </ClCompile>
<ClCompile Include="src\Windows\hyperlink.cpp">
<PrecompiledHeaderFile>../stdafx.h</PrecompiledHeaderFile>
</ClCompile>
|