summaryrefslogtreecommitdiff
path: root/plugins/SMS/src/AdditionalFunctions
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
commita27079fe5c4a210664515c47767c00112c435d65 (patch)
tree39e36b58b4138af46e2f10661de352482b89399d /plugins/SMS/src/AdditionalFunctions
parent87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff)
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/SMS/src/AdditionalFunctions')
-rw-r--r--plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h2
-rw-r--r--plugins/SMS/src/AdditionalFunctions/ListMT.h2
-rw-r--r--plugins/SMS/src/AdditionalFunctions/MemoryCompare.h2
-rw-r--r--plugins/SMS/src/AdditionalFunctions/MemoryFindByte.h2
4 files changed, 4 insertions, 4 deletions
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)