diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /plugins/ShellExt/src | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/ShellExt/src')
-rw-r--r-- | plugins/ShellExt/src/ShellExt.def | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/shlcom.cpp | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/shlcom.h | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/shlext.cpp | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/shlfactory.cpp | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/shlicons.cpp | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/shlicons.h | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/shlipc.cpp | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/utils.cpp | 2 | ||||
-rw-r--r-- | plugins/ShellExt/src/version.h | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/plugins/ShellExt/src/ShellExt.def b/plugins/ShellExt/src/ShellExt.def index 4e400d28e4..e867b9b540 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 ca8600662d..c356ef7b94 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 6b843027c7..aaa3f77f7f 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 d656ef15de..4bf7a5d6d8 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 1c48674315..94cce6dece 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 23b3c23020..1fc9b44f1e 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 ce55c7d54a..443b1c6eda 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 41d2f609d4..fba9fdabba 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 d7df199046..8f9162a7c0 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 f022c2b3e0..6010c8c489 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 b0f442429c..ac2ba3ef01 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 bfd519e3dc..b05ed73bc5 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 aaec634c30..d84472a037 100644 --- a/plugins/ShellExt/src/stdafx.h +++ b/plugins/ShellExt/src/stdafx.h @@ -1,4 +1,4 @@ -
+
#include <windows.h>
#include <CommCtrl.h>
#include <ShlObj.h>
diff --git a/plugins/ShellExt/src/utils.cpp b/plugins/ShellExt/src/utils.cpp index 64b37538f2..275224388e 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 10e6f49444..35500637c1 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 |