From 62202ed10617927d5429bc59898e12a366abe744 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 13:00:20 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM --- plugins/ShellExt/src/ShellExt.def | 2 +- plugins/ShellExt/src/main.cpp | 2 +- plugins/ShellExt/src/options.cpp | 2 +- plugins/ShellExt/src/resource.h | 2 +- plugins/ShellExt/src/shlcom.cpp | 2 +- plugins/ShellExt/src/shlcom.h | 2 +- plugins/ShellExt/src/shlext.cpp | 2 +- plugins/ShellExt/src/shlfactory.cpp | 2 +- plugins/ShellExt/src/shlicons.cpp | 2 +- plugins/ShellExt/src/shlicons.h | 2 +- plugins/ShellExt/src/shlipc.cpp | 2 +- plugins/ShellExt/src/stdafx.cxx | 2 +- plugins/ShellExt/src/stdafx.h | 2 +- plugins/ShellExt/src/utils.cpp | 2 +- plugins/ShellExt/src/version.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'plugins/ShellExt/src') diff --git a/plugins/ShellExt/src/ShellExt.def b/plugins/ShellExt/src/ShellExt.def index e867b9b540..4e400d28e4 100644 --- a/plugins/ShellExt/src/ShellExt.def +++ b/plugins/ShellExt/src/ShellExt.def @@ -1,4 +1,4 @@ -LIBRARY ShlExt +LIBRARY ShlExt EXPORTS DllCanUnloadNow PRIVATE diff --git a/plugins/ShellExt/src/main.cpp b/plugins/ShellExt/src/main.cpp index c356ef7b94..ca8600662d 100644 --- a/plugins/ShellExt/src/main.cpp +++ b/plugins/ShellExt/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "shlcom.h" CLIST_INTERFACE *pcli; diff --git a/plugins/ShellExt/src/options.cpp b/plugins/ShellExt/src/options.cpp index aaa3f77f7f..6b843027c7 100644 --- a/plugins/ShellExt/src/options.cpp +++ b/plugins/ShellExt/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "resource.h" static void AutoSize(HWND hwnd) diff --git a/plugins/ShellExt/src/resource.h b/plugins/ShellExt/src/resource.h index 4bf7a5d6d8..d656ef15de 100644 --- a/plugins/ShellExt/src/resource.h +++ b/plugins/ShellExt/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by autorun.rc // diff --git a/plugins/ShellExt/src/shlcom.cpp b/plugins/ShellExt/src/shlcom.cpp index 94cce6dece..1c48674315 100644 --- a/plugins/ShellExt/src/shlcom.cpp +++ b/plugins/ShellExt/src/shlcom.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "shlcom.h" #include "shlicons.h" diff --git a/plugins/ShellExt/src/shlcom.h b/plugins/ShellExt/src/shlcom.h index 1fc9b44f1e..23b3c23020 100644 --- a/plugins/ShellExt/src/shlcom.h +++ b/plugins/ShellExt/src/shlcom.h @@ -1,4 +1,4 @@ - + #define REPLY_FAIL 0x88888888 #define REPLY_OK 0x00000000 diff --git a/plugins/ShellExt/src/shlext.cpp b/plugins/ShellExt/src/shlext.cpp index 443b1c6eda..ce55c7d54a 100644 --- a/plugins/ShellExt/src/shlext.cpp +++ b/plugins/ShellExt/src/shlext.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "shlcom.h" #include "shlicons.h" diff --git a/plugins/ShellExt/src/shlfactory.cpp b/plugins/ShellExt/src/shlfactory.cpp index fba9fdabba..41d2f609d4 100644 --- a/plugins/ShellExt/src/shlfactory.cpp +++ b/plugins/ShellExt/src/shlfactory.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "shlcom.h" ///////////////////////////////////////////////////////////////////////////////////////// diff --git a/plugins/ShellExt/src/shlicons.cpp b/plugins/ShellExt/src/shlicons.cpp index 8f9162a7c0..d7df199046 100644 --- a/plugins/ShellExt/src/shlicons.cpp +++ b/plugins/ShellExt/src/shlicons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "shlicons.h" #pragma comment(lib, "windowscodecs.lib") diff --git a/plugins/ShellExt/src/shlicons.h b/plugins/ShellExt/src/shlicons.h index 6010c8c489..f022c2b3e0 100644 --- a/plugins/ShellExt/src/shlicons.h +++ b/plugins/ShellExt/src/shlicons.h @@ -1,4 +1,4 @@ - + IWICImagingFactory* ARGB_GetWorker(); HBITMAP ARGB_BitmapFromIcon(IWICImagingFactory *Factory, HDC hdc, HICON hIcon); diff --git a/plugins/ShellExt/src/shlipc.cpp b/plugins/ShellExt/src/shlipc.cpp index ac2ba3ef01..b0f442429c 100644 --- a/plugins/ShellExt/src/shlipc.cpp +++ b/plugins/ShellExt/src/shlipc.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "shlcom.h" TGroupNode* FindGroupNode(TGroupNode *p, const DWORD Hash, int Depth) diff --git a/plugins/ShellExt/src/stdafx.cxx b/plugins/ShellExt/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/ShellExt/src/stdafx.cxx +++ b/plugins/ShellExt/src/stdafx.cxx @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org) This program is free software; you can redistribute it and/or diff --git a/plugins/ShellExt/src/stdafx.h b/plugins/ShellExt/src/stdafx.h index d84472a037..aaec634c30 100644 --- a/plugins/ShellExt/src/stdafx.h +++ b/plugins/ShellExt/src/stdafx.h @@ -1,4 +1,4 @@ - + #include #include #include diff --git a/plugins/ShellExt/src/utils.cpp b/plugins/ShellExt/src/utils.cpp index 275224388e..64b37538f2 100644 --- a/plugins/ShellExt/src/utils.cpp +++ b/plugins/ShellExt/src/utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #ifdef LOG_ENABLED extern wchar_t tszLogPath[]; diff --git a/plugins/ShellExt/src/version.h b/plugins/ShellExt/src/version.h index 35500637c1..10e6f49444 100644 --- a/plugins/ShellExt/src/version.h +++ b/plugins/ShellExt/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 2 +#define __MAJOR_VERSION 2 #define __MINOR_VERSION 2 #define __RELEASE_NUM 0 #define __BUILD_NUM 3 -- cgit v1.2.3