summaryrefslogtreecommitdiff
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-23 21:46:59 -0400
committerShizZy <shizzy@6bit.net>2013-09-23 21:46:59 -0400
commita8c3c2a391b4ae20c7f490ab42f6a0d192ca6451 (patch)
tree00cb95aa5dbafe1dcd4fc935cd5fae94f5120396 /src/common/common.vcxproj
parent511f7b8c10998175102fadb38322d48a37455477 (diff)
added utf8 to common module, utils for dealing with utf8
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index 467195e0f..9cf382c29 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -179,6 +179,7 @@
<ClInclude Include="src\thread.h" />
<ClInclude Include="src\thunk.h" />
<ClInclude Include="src\timer.h" />
+ <ClInclude Include="src\utf8.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\break_points.cpp" />
@@ -196,6 +197,7 @@
<ClCompile Include="src\string_util.cpp" />
<ClCompile Include="src\thread.cpp" />
<ClCompile Include="src\timer.cpp" />
+ <ClCompile Include="src\utf8.cpp" />
<ClCompile Include="src\version.cpp" />
</ItemGroup>
<ItemGroup>