diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-15 11:10:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-15 11:10:19 +0000 |
commit | 8e10b13b38995be8e810342d21040a4324cbfeef (patch) | |
tree | fe373e4254f152baceceb96837589a0f1fc90100 /plugins/TopToolBar/TopToolBar_11.vcxproj | |
parent | ec72adc886bfaac0cb1ed19520a555bbe0f9f1cd (diff) |
nasty clutch with the custom window proc replaced with the standard mir_subclassWindow
git-svn-id: http://svn.miranda-ng.org/main/trunk@5359 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/TopToolBar_11.vcxproj')
-rw-r--r-- | plugins/TopToolBar/TopToolBar_11.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TopToolBar/TopToolBar_11.vcxproj b/plugins/TopToolBar/TopToolBar_11.vcxproj index a70a3b8a41..86ca8e26f3 100644 --- a/plugins/TopToolBar/TopToolBar_11.vcxproj +++ b/plugins/TopToolBar/TopToolBar_11.vcxproj @@ -191,6 +191,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClInclude Include="..\ExternalAPI\m_toptoolbar.h" />
<ClInclude Include="src\BkgrCfg.h" />
<ClInclude Include="src\common.h" />
<ClInclude Include="src\resource.h" />
|