diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-26 07:01:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-26 07:01:30 +0000 |
commit | ef518e70b8f3380982cf29e9b9fb333d2f2b68fe (patch) | |
tree | 828cff71370a4c761bc31277b2948b5df0228b37 /plugins/NewsAggregator/Src/Menus.cpp | |
parent | 9a086691c6229c4efd5e906a17d3a6d4cfd975f8 (diff) |
NewsAggregator: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14707 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Menus.cpp')
-rw-r--r-- | plugins/NewsAggregator/Src/Menus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Menus.cpp b/plugins/NewsAggregator/Src/Menus.cpp index 8fcd74890f..4685c32e83 100644 --- a/plugins/NewsAggregator/Src/Menus.cpp +++ b/plugins/NewsAggregator/Src/Menus.cpp @@ -17,7 +17,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "common.h"
+#include "stdafx.h"
HGENMENU hService2[7];
|