From a27079fe5c4a210664515c47767c00112c435d65 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 14:15:09 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744) --- plugins/NotifyAnything/src/main.cpp | 2 +- plugins/NotifyAnything/src/options.cpp | 2 +- plugins/NotifyAnything/src/resource.h | 2 +- plugins/NotifyAnything/src/stdafx.cxx | 2 +- plugins/NotifyAnything/src/stdafx.h | 2 +- plugins/NotifyAnything/src/version.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/NotifyAnything/src') diff --git a/plugins/NotifyAnything/src/main.cpp b/plugins/NotifyAnything/src/main.cpp index df79c7e45a..5367ea5fa4 100644 --- a/plugins/NotifyAnything/src/main.cpp +++ b/plugins/NotifyAnything/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" void cslog(const wchar_t *what, const wchar_t *file, int line) { diff --git a/plugins/NotifyAnything/src/options.cpp b/plugins/NotifyAnything/src/options.cpp index 0186fe0086..abeea38393 100644 --- a/plugins/NotifyAnything/src/options.cpp +++ b/plugins/NotifyAnything/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" NASettings g_settings; diff --git a/plugins/NotifyAnything/src/resource.h b/plugins/NotifyAnything/src/resource.h index 635485ec13..8eee335059 100644 --- a/plugins/NotifyAnything/src/resource.h +++ b/plugins/NotifyAnything/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by NotifyAnything.rc // diff --git a/plugins/NotifyAnything/src/stdafx.cxx b/plugins/NotifyAnything/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/NotifyAnything/src/stdafx.cxx +++ b/plugins/NotifyAnything/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/NotifyAnything/src/stdafx.h b/plugins/NotifyAnything/src/stdafx.h index 656e9b65cb..02d6b1dfec 100644 --- a/plugins/NotifyAnything/src/stdafx.h +++ b/plugins/NotifyAnything/src/stdafx.h @@ -1,4 +1,4 @@ -#define _CRT_SECURE_NO_DEPRECATE +#define _CRT_SECURE_NO_DEPRECATE #include #include diff --git a/plugins/NotifyAnything/src/version.h b/plugins/NotifyAnything/src/version.h index aec3ac3d48..5e87c48eef 100644 --- a/plugins/NotifyAnything/src/version.h +++ b/plugins/NotifyAnything/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 2 #define __BUILD_NUM 8 -- cgit v1.2.3