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/AutoRun | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/AutoRun')
-rw-r--r-- | plugins/AutoRun/docs/autorun.txt | 2 | ||||
-rw-r--r-- | plugins/AutoRun/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/AutoRun/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/AutoRun/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/AutoRun/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/AutoRun/src/version.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/plugins/AutoRun/docs/autorun.txt b/plugins/AutoRun/docs/autorun.txt index 2bf35beac8..cec7052075 100644 --- a/plugins/AutoRun/docs/autorun.txt +++ b/plugins/AutoRun/docs/autorun.txt @@ -1,4 +1,4 @@ -Autorun 0.1.0.0
+Autorun 0.1.0.0
Written by and copyright (c) Sergey V. Gershovich a.k.a. Jazzy$, March 2003
e-mail: jazzy@arcticsu.ru
diff --git a/plugins/AutoRun/src/main.cpp b/plugins/AutoRun/src/main.cpp index 903ae904f9..559f636240 100644 --- a/plugins/AutoRun/src/main.cpp +++ b/plugins/AutoRun/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
diff --git a/plugins/AutoRun/src/resource.h b/plugins/AutoRun/src/resource.h index 8f35ff3503..75fd39b582 100644 --- a/plugins/AutoRun/src/resource.h +++ b/plugins/AutoRun/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/AutoRun/src/stdafx.cxx b/plugins/AutoRun/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/AutoRun/src/stdafx.cxx +++ b/plugins/AutoRun/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/AutoRun/src/stdafx.h b/plugins/AutoRun/src/stdafx.h index 793089a93d..bdf5ae2607 100644 --- a/plugins/AutoRun/src/stdafx.h +++ b/plugins/AutoRun/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <newpluginapi.h>
#include <m_langpack.h>
diff --git a/plugins/AutoRun/src/version.h b/plugins/AutoRun/src/version.h index 0994c99f22..f20a747e70 100644 --- a/plugins/AutoRun/src/version.h +++ b/plugins/AutoRun/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 |