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/ConnectionNotify | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/ConnectionNotify')
-rw-r--r-- | plugins/ConnectionNotify/src/ConnectionNotify.cpp | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/debug.cpp | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/debug.h | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/filter.cpp | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/filter.h | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/netstat.cpp | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/netstat.h | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/pid2name.cpp | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/pid2name.h | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/ConnectionNotify/src/version.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/plugins/ConnectionNotify/src/ConnectionNotify.cpp b/plugins/ConnectionNotify/src/ConnectionNotify.cpp index 4ce1c0eab1..a989e81651 100644 --- a/plugins/ConnectionNotify/src/ConnectionNotify.cpp +++ b/plugins/ConnectionNotify/src/ConnectionNotify.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
CLIST_INTERFACE *pcli;
diff --git a/plugins/ConnectionNotify/src/debug.cpp b/plugins/ConnectionNotify/src/debug.cpp index 8e238bab21..d7c32e755b 100644 --- a/plugins/ConnectionNotify/src/debug.cpp +++ b/plugins/ConnectionNotify/src/debug.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void _OutputDebugString(wchar_t* lpOutputString, ...)
{
diff --git a/plugins/ConnectionNotify/src/debug.h b/plugins/ConnectionNotify/src/debug.h index f98e22ab46..3e3783dcc9 100644 --- a/plugins/ConnectionNotify/src/debug.h +++ b/plugins/ConnectionNotify/src/debug.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef _INC_DEBUG
#define _INC_DEBUG
diff --git a/plugins/ConnectionNotify/src/filter.cpp b/plugins/ConnectionNotify/src/filter.cpp index 593ef05c21..5d3d778517 100644 --- a/plugins/ConnectionNotify/src/filter.cpp +++ b/plugins/ConnectionNotify/src/filter.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HWND filterAddDlg = nullptr;
extern HINSTANCE hInst;
diff --git a/plugins/ConnectionNotify/src/filter.h b/plugins/ConnectionNotify/src/filter.h index e970e375aa..c415f7422e 100644 --- a/plugins/ConnectionNotify/src/filter.h +++ b/plugins/ConnectionNotify/src/filter.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef _INC_FILTER
#define _INC_FILTER
diff --git a/plugins/ConnectionNotify/src/netstat.cpp b/plugins/ConnectionNotify/src/netstat.cpp index 352e2421d3..93d906cc4f 100644 --- a/plugins/ConnectionNotify/src/netstat.cpp +++ b/plugins/ConnectionNotify/src/netstat.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" struct CONNECTION *GetConnectionsTable() { diff --git a/plugins/ConnectionNotify/src/netstat.h b/plugins/ConnectionNotify/src/netstat.h index c0aa53b6d9..f55bdd081f 100644 --- a/plugins/ConnectionNotify/src/netstat.h +++ b/plugins/ConnectionNotify/src/netstat.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
diff --git a/plugins/ConnectionNotify/src/pid2name.cpp b/plugins/ConnectionNotify/src/pid2name.cpp index 647d2024ba..65270e6b00 100644 --- a/plugins/ConnectionNotify/src/pid2name.cpp +++ b/plugins/ConnectionNotify/src/pid2name.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void pid2name(DWORD procid, wchar_t *buffer, size_t bufLen)
{
diff --git a/plugins/ConnectionNotify/src/pid2name.h b/plugins/ConnectionNotify/src/pid2name.h index 7d04268f18..70974afabf 100644 --- a/plugins/ConnectionNotify/src/pid2name.h +++ b/plugins/ConnectionNotify/src/pid2name.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#ifndef _INC_PID2NAME
#define _INC_PID2NAME
diff --git a/plugins/ConnectionNotify/src/resource.h b/plugins/ConnectionNotify/src/resource.h index a9eb1ec642..19b940548b 100644 --- a/plugins/ConnectionNotify/src/resource.h +++ b/plugins/ConnectionNotify/src/resource.h @@ -1,4 +1,4 @@ -#ifndef IDC_STATIC
+#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
diff --git a/plugins/ConnectionNotify/src/stdafx.cxx b/plugins/ConnectionNotify/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/ConnectionNotify/src/stdafx.cxx +++ b/plugins/ConnectionNotify/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/ConnectionNotify/src/stdafx.h b/plugins/ConnectionNotify/src/stdafx.h index d80e2e1af0..f14056ff09 100644 --- a/plugins/ConnectionNotify/src/stdafx.h +++ b/plugins/ConnectionNotify/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <Commctrl.h>
#include <assert.h>
#include <iphlpapi.h>
diff --git a/plugins/ConnectionNotify/src/version.h b/plugins/ConnectionNotify/src/version.h index deea4609ac..a147192ba9 100644 --- a/plugins/ConnectionNotify/src/version.h +++ b/plugins/ConnectionNotify/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
|