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/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 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/SMS/src/AdditionalFunctions') diff --git a/plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h b/plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h index caf2c8e9b6..d0f0dfcbc5 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 9bb70fcfe2..964ea5d09f 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 1e48047ab0..c9d58a3b6f 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 1601571afa..98fed3c44e 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) -- cgit v1.2.3