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/Db_autobackups/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/Db_autobackups/src')
-rw-r--r-- | plugins/Db_autobackups/src/backup.cpp | 2 | ||||
-rw-r--r-- | plugins/Db_autobackups/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/Db_autobackups/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/Db_autobackups/src/options.h | 2 | ||||
-rw-r--r-- | plugins/Db_autobackups/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/Db_autobackups/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/Db_autobackups/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Db_autobackups/src/version.h | 2 | ||||
-rw-r--r-- | plugins/Db_autobackups/src/zip.cpp | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/Db_autobackups/src/backup.cpp b/plugins/Db_autobackups/src/backup.cpp index 7ae405fd26..93cffd275d 100644 --- a/plugins/Db_autobackups/src/backup.cpp +++ b/plugins/Db_autobackups/src/backup.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
static UINT_PTR timer_id = 0;
volatile long m_state = 0;
diff --git a/plugins/Db_autobackups/src/main.cpp b/plugins/Db_autobackups/src/main.cpp index a0a2e37751..5069f37586 100644 --- a/plugins/Db_autobackups/src/main.cpp +++ b/plugins/Db_autobackups/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
HINSTANCE g_hInstance;
diff --git a/plugins/Db_autobackups/src/options.cpp b/plugins/Db_autobackups/src/options.cpp index 068c2c5f89..b10778894c 100644 --- a/plugins/Db_autobackups/src/options.cpp +++ b/plugins/Db_autobackups/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HWND hPathTip;
Options options;
diff --git a/plugins/Db_autobackups/src/options.h b/plugins/Db_autobackups/src/options.h index c1403c100c..4024a2e46f 100644 --- a/plugins/Db_autobackups/src/options.h +++ b/plugins/Db_autobackups/src/options.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/Db_autobackups/src/resource.h b/plugins/Db_autobackups/src/resource.h index fce60af1e5..2b5d93847b 100644 --- a/plugins/Db_autobackups/src/resource.h +++ b/plugins/Db_autobackups/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Miranda NG Git_orig\plugins\Db_autobackups\res\db_autobackups.rc
//
diff --git a/plugins/Db_autobackups/src/stdafx.cxx b/plugins/Db_autobackups/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/Db_autobackups/src/stdafx.cxx +++ b/plugins/Db_autobackups/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/Db_autobackups/src/stdafx.h b/plugins/Db_autobackups/src/stdafx.h index 55ed621497..9b91feba0b 100644 --- a/plugins/Db_autobackups/src/stdafx.h +++ b/plugins/Db_autobackups/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _HEADERS_H
+#ifndef _HEADERS_H
#define _HEADERS_H
#define _CRT_SECURE_NO_DEPRECATE
diff --git a/plugins/Db_autobackups/src/version.h b/plugins/Db_autobackups/src/version.h index 5f72c4b2e6..5261d7be83 100644 --- a/plugins/Db_autobackups/src/version.h +++ b/plugins/Db_autobackups/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 10
diff --git a/plugins/Db_autobackups/src/zip.cpp b/plugins/Db_autobackups/src/zip.cpp index c4a2b145f1..eb84f8bff6 100644 --- a/plugins/Db_autobackups/src/zip.cpp +++ b/plugins/Db_autobackups/src/zip.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "../../libs/zlib/src/zip.h"
int CreateZipFile(const char *szDestPath, OBJLIST<ZipFile> &lstFiles, const std::function<bool(size_t)> &fnCallback)
|