diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/ConnectionNotify/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/ConnectionNotify/src')
-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 a989e81651..4ce1c0eab1 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 d7c32e755b..8e238bab21 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 3e3783dcc9..f98e22ab46 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 5d3d778517..593ef05c21 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 c415f7422e..e970e375aa 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 93d906cc4f..352e2421d3 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 f55bdd081f..c0aa53b6d9 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 65270e6b00..647d2024ba 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 70974afabf..7d04268f18 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 19b940548b..a9eb1ec642 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 b05ed73bc5..bfd519e3dc 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 f14056ff09..d80e2e1af0 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 a147192ba9..deea4609ac 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
|