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/UserGuide/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/UserGuide/src')
-rw-r--r-- | plugins/UserGuide/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/UserGuide/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/UserGuide/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/UserGuide/src/version.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/UserGuide/src/main.cpp b/plugins/UserGuide/src/main.cpp index de77c75a9d..fdd8014361 100644 --- a/plugins/UserGuide/src/main.cpp +++ b/plugins/UserGuide/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HINSTANCE hInst;
diff --git a/plugins/UserGuide/src/stdafx.cxx b/plugins/UserGuide/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/UserGuide/src/stdafx.cxx +++ b/plugins/UserGuide/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/UserGuide/src/stdafx.h b/plugins/UserGuide/src/stdafx.h index ba72daf118..d23953d46a 100644 --- a/plugins/UserGuide/src/stdafx.h +++ b/plugins/UserGuide/src/stdafx.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#include <newpluginapi.h>
#include <m_database.h>
diff --git a/plugins/UserGuide/src/version.h b/plugins/UserGuide/src/version.h index ab676d20ec..1c05473c33 100644 --- a/plugins/UserGuide/src/version.h +++ b/plugins/UserGuide/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 #define __BUILD_NUM 1 |