From 62202ed10617927d5429bc59898e12a366abe744 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 13:00:20 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM --- plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h | 2 +- plugins/SMS/src/AdditionalFunctions/ListMT.h | 2 +- plugins/SMS/src/AdditionalFunctions/MemoryCompare.h | 2 +- plugins/SMS/src/AdditionalFunctions/MemoryFindByte.h | 2 +- plugins/SMS/src/SMSConstans.h | 2 +- plugins/SMS/src/SMS_svc.cpp | 2 +- plugins/SMS/src/functions.cpp | 2 +- plugins/SMS/src/main.cpp | 2 +- plugins/SMS/src/options.cpp | 2 +- plugins/SMS/src/receive.cpp | 2 +- plugins/SMS/src/recvdlg.cpp | 2 +- plugins/SMS/src/recvdlg.h | 2 +- plugins/SMS/src/resource.h | 2 +- plugins/SMS/src/send.cpp | 2 +- plugins/SMS/src/senddlg.cpp | 2 +- plugins/SMS/src/senddlg.h | 2 +- plugins/SMS/src/stdafx.cxx | 2 +- plugins/SMS/src/stdafx.h | 2 +- plugins/SMS/src/version.h | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'plugins/SMS/src') diff --git a/plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h b/plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h index d0f0dfcbc5..caf2c8e9b6 100644 --- a/plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h +++ b/plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h @@ -1,4 +1,4 @@ -#if !defined(AFX_INTERLOCKED_FUNCTIONS__H__INCLUDED_) +#if !defined(AFX_INTERLOCKED_FUNCTIONS__H__INCLUDED_) #define AFX_INTERLOCKED_FUNCTIONS__H__INCLUDED_ #ifdef InterlockedCompareExchange diff --git a/plugins/SMS/src/AdditionalFunctions/ListMT.h b/plugins/SMS/src/AdditionalFunctions/ListMT.h index 964ea5d09f..9bb70fcfe2 100644 --- a/plugins/SMS/src/AdditionalFunctions/ListMT.h +++ b/plugins/SMS/src/AdditionalFunctions/ListMT.h @@ -1,4 +1,4 @@ -#if !defined(AFX_LIST_MT__H__INCLUDED_) +#if !defined(AFX_LIST_MT__H__INCLUDED_) #define AFX_LIST_MT__H__INCLUDED_ // структура для работы со списком, элемент списка diff --git a/plugins/SMS/src/AdditionalFunctions/MemoryCompare.h b/plugins/SMS/src/AdditionalFunctions/MemoryCompare.h index c9d58a3b6f..1e48047ab0 100644 --- a/plugins/SMS/src/AdditionalFunctions/MemoryCompare.h +++ b/plugins/SMS/src/AdditionalFunctions/MemoryCompare.h @@ -1,4 +1,4 @@ -#if !defined(AFX_MEMORYCOMPARE__H__INCLUDED_) +#if !defined(AFX_MEMORYCOMPARE__H__INCLUDED_) #define AFX_MEMORYCOMPARE__H__INCLUDED_ __inline DWORD MemoryCompare(LPCVOID lpcSource1,size_t dwSource1Size,LPCVOID lpcSource2,size_t dwSource2Size) diff --git a/plugins/SMS/src/AdditionalFunctions/MemoryFindByte.h b/plugins/SMS/src/AdditionalFunctions/MemoryFindByte.h index 98fed3c44e..1601571afa 100644 --- a/plugins/SMS/src/AdditionalFunctions/MemoryFindByte.h +++ b/plugins/SMS/src/AdditionalFunctions/MemoryFindByte.h @@ -1,4 +1,4 @@ -#if !defined(AFX_MEMORYFINDBYTE__H__INCLUDED_) +#if !defined(AFX_MEMORYFINDBYTE__H__INCLUDED_) #define AFX_MEMORYFINDBYTE__H__INCLUDED_ __inline LPVOID MemoryFindByte(size_t dwFrom,LPCVOID lpcSource,size_t dwSourceSize,unsigned char chWhatFind) diff --git a/plugins/SMS/src/SMSConstans.h b/plugins/SMS/src/SMSConstans.h index 7abfc0bb61..bc39e098a9 100644 --- a/plugins/SMS/src/SMSConstans.h +++ b/plugins/SMS/src/SMSConstans.h @@ -1,4 +1,4 @@ -#if !defined(AFX_SMS_CONSTANS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_) +#if !defined(AFX_SMS_CONSTANS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_) #define AFX_SMS_CONSTANS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_ #define PROTOCOL_NAMEA "SMSPlugin" diff --git a/plugins/SMS/src/SMS_svc.cpp b/plugins/SMS/src/SMS_svc.cpp index 330c089f08..151114beae 100644 --- a/plugins/SMS/src/SMS_svc.cpp +++ b/plugins/SMS/src/SMS_svc.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" int LoadServices(void) { diff --git a/plugins/SMS/src/functions.cpp b/plugins/SMS/src/functions.cpp index 4501afcde7..349d086490 100644 --- a/plugins/SMS/src/functions.cpp +++ b/plugins/SMS/src/functions.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" BOOL DB_GetStaticStringW(MCONTACT hContact, LPSTR lpszModule, LPSTR lpszValueName, LPWSTR lpwszRetBuff, size_t dwRetBuffSize, size_t *pdwRetBuffSize) {// sizes in wchars diff --git a/plugins/SMS/src/main.cpp b/plugins/SMS/src/main.cpp index c62edf3376..38912bc39c 100644 --- a/plugins/SMS/src/main.cpp +++ b/plugins/SMS/src/main.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda-IM SMS Plugin Copyright (C) 2001-2 Richard Hughes Copyright (C) 2007-8 Rozhuk Ivan diff --git a/plugins/SMS/src/options.cpp b/plugins/SMS/src/options.cpp index 6998611134..aac865b64f 100644 --- a/plugins/SMS/src/options.cpp +++ b/plugins/SMS/src/options.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda-IM SMS Plugin Copyright (C) 2001-2002 Richard Hughes Copyright (C) 2007-2009 Rozhuk Ivan diff --git a/plugins/SMS/src/receive.cpp b/plugins/SMS/src/receive.cpp index 40d2ed7933..6cad58bbb8 100644 --- a/plugins/SMS/src/receive.cpp +++ b/plugins/SMS/src/receive.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda-IM SMS Plugin Copyright (C) 2001-2 Richard Hughes Copyright (C) 2007-2014 Rozhuk Ivan diff --git a/plugins/SMS/src/recvdlg.cpp b/plugins/SMS/src/recvdlg.cpp index a427fb2ba9..54f4751e47 100644 --- a/plugins/SMS/src/recvdlg.cpp +++ b/plugins/SMS/src/recvdlg.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda-IM SMS Plugin Copyright (C) 2001-2 Richard Hughes Copyright (C) 2007-2014 Rozhuk Ivan diff --git a/plugins/SMS/src/recvdlg.h b/plugins/SMS/src/recvdlg.h index 26fb6bb47a..291ab84d29 100644 --- a/plugins/SMS/src/recvdlg.h +++ b/plugins/SMS/src/recvdlg.h @@ -1,4 +1,4 @@ -#if !defined(AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_) +#if !defined(AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_) #define AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_ DWORD RecvSMSWindowInitialize (); diff --git a/plugins/SMS/src/resource.h b/plugins/SMS/src/resource.h index 3a7e98455d..ad8a303025 100644 --- a/plugins/SMS/src/resource.h +++ b/plugins/SMS/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}} +//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by resource.rc // diff --git a/plugins/SMS/src/send.cpp b/plugins/SMS/src/send.cpp index 01cd0ac02c..14c30e4a1c 100644 --- a/plugins/SMS/src/send.cpp +++ b/plugins/SMS/src/send.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda-IM SMS Plugin Copyright (C) 2001-2 Richard Hughes Copyright (C) 2007-2014 Rozhuk Ivan diff --git a/plugins/SMS/src/senddlg.cpp b/plugins/SMS/src/senddlg.cpp index c4788d8d1b..076121a5e9 100644 --- a/plugins/SMS/src/senddlg.cpp +++ b/plugins/SMS/src/senddlg.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda-IM SMS Plugin Copyright (C) 2001-2 Richard Hughes Copyright (C) 2007-2014 Rozhuk Ivan diff --git a/plugins/SMS/src/senddlg.h b/plugins/SMS/src/senddlg.h index 576d1946ce..b40f4e2e21 100644 --- a/plugins/SMS/src/senddlg.h +++ b/plugins/SMS/src/senddlg.h @@ -1,4 +1,4 @@ -#if !defined(AFX_SMS_SENDDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_) +#if !defined(AFX_SMS_SENDDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_) #define AFX_SMS_SENDDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_ DWORD SendSMSWindowInitialize(); diff --git a/plugins/SMS/src/stdafx.cxx b/plugins/SMS/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/SMS/src/stdafx.cxx +++ b/plugins/SMS/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/SMS/src/stdafx.h b/plugins/SMS/src/stdafx.h index d75f056b75..f0b5b391a1 100644 --- a/plugins/SMS/src/stdafx.h +++ b/plugins/SMS/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H +#ifndef _COMMON_H #define _COMMON_H #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers diff --git a/plugins/SMS/src/version.h b/plugins/SMS/src/version.h index b923ad70ca..31132cf6d9 100644 --- a/plugins/SMS/src/version.h +++ b/plugins/SMS/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 5 #define __BUILD_NUM 3 -- cgit v1.2.3