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/NoHistory/src/dllmain.cpp | 2 +- plugins/NoHistory/src/icons.cpp | 2 +- plugins/NoHistory/src/icons.h | 2 +- plugins/NoHistory/src/options.cpp | 2 +- plugins/NoHistory/src/options.h | 2 +- plugins/NoHistory/src/resource.h | 2 +- plugins/NoHistory/src/stdafx.cxx | 2 +- plugins/NoHistory/src/stdafx.h | 2 +- plugins/NoHistory/src/version.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'plugins/NoHistory/src') diff --git a/plugins/NoHistory/src/dllmain.cpp b/plugins/NoHistory/src/dllmain.cpp index 3e66c05d59..f20a68161b 100644 --- a/plugins/NoHistory/src/dllmain.cpp +++ b/plugins/NoHistory/src/dllmain.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" HINSTANCE hInst; int hLangpack = 0; diff --git a/plugins/NoHistory/src/icons.cpp b/plugins/NoHistory/src/icons.cpp index dbe4108425..c718ecd356 100644 --- a/plugins/NoHistory/src/icons.cpp +++ b/plugins/NoHistory/src/icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" HICON hIconRemove, hIconKeep, hIconClear; diff --git a/plugins/NoHistory/src/icons.h b/plugins/NoHistory/src/icons.h index a233d6d290..cfd2288c52 100644 --- a/plugins/NoHistory/src/icons.h +++ b/plugins/NoHistory/src/icons.h @@ -1,4 +1,4 @@ -#ifndef _ICONS_INC +#ifndef _ICONS_INC #define _ICONS_INC extern HICON hIconRemove, hIconKeep, hIconClear; diff --git a/plugins/NoHistory/src/options.cpp b/plugins/NoHistory/src/options.cpp index 980a8c4164..92877a43b7 100644 --- a/plugins/NoHistory/src/options.cpp +++ b/plugins/NoHistory/src/options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" static void SetListGroupIcons(HWND hwndList,HANDLE hFirstItem,HANDLE hParentItem,int *groupChildCount) { diff --git a/plugins/NoHistory/src/options.h b/plugins/NoHistory/src/options.h index 590f8a318f..c2eba8f246 100644 --- a/plugins/NoHistory/src/options.h +++ b/plugins/NoHistory/src/options.h @@ -1,4 +1,4 @@ -#ifndef _OPTIONS_INC +#ifndef _OPTIONS_INC #define _OPTIONS_INC extern DWORD event_timeout; diff --git a/plugins/NoHistory/src/resource.h b/plugins/NoHistory/src/resource.h index b6eceb3cd9..5640d91b59 100644 --- a/plugins/NoHistory/src/resource.h +++ b/plugins/NoHistory/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by NoHistory.rc // diff --git a/plugins/NoHistory/src/stdafx.cxx b/plugins/NoHistory/src/stdafx.cxx index bfd519e3dc..b05ed73bc5 100644 --- a/plugins/NoHistory/src/stdafx.cxx +++ b/plugins/NoHistory/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/NoHistory/src/stdafx.h b/plugins/NoHistory/src/stdafx.h index bd31593c97..f53245336b 100644 --- a/plugins/NoHistory/src/stdafx.h +++ b/plugins/NoHistory/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_INC +#ifndef _COMMON_INC #define _COMMON_INC #include diff --git a/plugins/NoHistory/src/version.h b/plugins/NoHistory/src/version.h index d153d94343..31b68721b2 100644 --- a/plugins/NoHistory/src/version.h +++ b/plugins/NoHistory/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 3 #define __BUILD_NUM 0 -- cgit v1.2.3