diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-28 18:37:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-28 18:37:34 +0000 |
commit | 2bf7e3ba50b1bf547c726523cf842e9263d5db18 (patch) | |
tree | 20c9611472a634e8e7b62f9135ad79b84bdb23f1 /plugins/WebView/webview_11.vcxproj | |
parent | 2dacbc70df142b6a63606585468994fb5fec77e0 (diff) |
first version of WebView that compiles in Unicode (but certaily doesn't work)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5516 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView/webview_11.vcxproj')
-rw-r--r-- | plugins/WebView/webview_11.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/WebView/webview_11.vcxproj b/plugins/WebView/webview_11.vcxproj index 7812ddb0a7..ec0a51c015 100644 --- a/plugins/WebView/webview_11.vcxproj +++ b/plugins/WebView/webview_11.vcxproj @@ -194,8 +194,6 @@ <ClInclude Include="src\resource.h" />
<ClInclude Include="src\Version.h" />
<ClInclude Include="src\webview.h" />
- <ClInclude Include="src\webview_common.h" />
- <ClInclude Include="src\webview_private.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\Version.rc" />
|