diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 19:19:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 19:19:53 +0000 |
commit | cea91e858f4f291f5d81c0f11452871dae2b7af5 (patch) | |
tree | c9772041020f342304328aaf95213bd68010656b /plugins/TipperYM/src/popwin.cpp | |
parent | d777d359facf9995741a3c96c12bcd60dbac04ee (diff) |
tipper_ym: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/src/popwin.cpp')
-rw-r--r-- | plugins/TipperYM/src/popwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TipperYM/src/popwin.cpp b/plugins/TipperYM/src/popwin.cpp index 6032b3e7c2..4c0fd2000a 100644 --- a/plugins/TipperYM/src/popwin.cpp +++ b/plugins/TipperYM/src/popwin.cpp @@ -18,7 +18,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" __inline void AddRow(PopupWindowData *pwd, TCHAR *swzLabel, TCHAR *swzValue, char *szProto, bool bParseSmileys, bool bNewline, bool bLineAbove, bool bIsTitle = false, HICON hIcon = NULL) { |