diff options
Diffstat (limited to 'plugins/ShellExt')
-rw-r--r-- | plugins/ShellExt/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/ShellExt/res/shldlgs.rc | 2 | ||||
-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 |
17 files changed, 17 insertions, 17 deletions
diff --git a/plugins/ShellExt/res/Version.rc b/plugins/ShellExt/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/ShellExt/res/Version.rc +++ b/plugins/ShellExt/res/Version.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/plugins/ShellExt/res/shldlgs.rc b/plugins/ShellExt/res/shldlgs.rc index 6082e7d624..d9ce1551cc 100644 --- a/plugins/ShellExt/res/shldlgs.rc +++ b/plugins/ShellExt/res/shldlgs.rc @@ -1,4 +1,4 @@ -#include "..\src\resource.h" +#include "..\src\resource.h" #include "afxres.h" #ifndef IDC_STATIC 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 <windows.h>
#include <CommCtrl.h>
#include <ShlObj.h>
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 |