From 0e9e528e18ff63d46e5b3471d6fa12344b0d28b3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 2 Jul 2015 19:04:50 +0000 Subject: unified project for clist_modern git-svn-id: http://svn.miranda-ng.org/main/trunk@14473 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clcopts.cpp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'plugins/Clist_modern/src/modern_clcopts.cpp') diff --git a/plugins/Clist_modern/src/modern_clcopts.cpp b/plugins/Clist_modern/src/modern_clcopts.cpp index 6c2a3b15f6..6c63d290a0 100644 --- a/plugins/Clist_modern/src/modern_clcopts.cpp +++ b/plugins/Clist_modern/src/modern_clcopts.cpp @@ -22,15 +22,17 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "hdr/modern_commonheaders.h" -#include "hdr/modern_clc.h" -#include "hdr/modern_commonprototypes.h" -#include "hdr/modern_defsettings.h" -#include "hdr/modern_effectenum.h" -#include "hdr/modern_sync.h" +#include "stdafx.h" +#include "modern_clc.h" +#include "modern_commonprototypes.h" +#include "modern_defsettings.h" +#include "modern_effectenum.h" +#include "modern_sync.h" #include #include "m_fontservice.h" +#pragma comment(lib, "shlwapi.lib") + INT_PTR CALLBACK DlgProcSBarOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); #define FONTF_NORMAL 0 -- cgit v1.2.3