diff options
Diffstat (limited to 'plugins/SMS')
-rw-r--r-- | plugins/SMS/docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/SMS/src/AdditionalFunctions/InterlockedFunctions.h | 2 | ||||
-rw-r--r-- | plugins/SMS/src/AdditionalFunctions/ListMT.h | 2 | ||||
-rw-r--r-- | plugins/SMS/src/AdditionalFunctions/MemoryCompare.h | 2 | ||||
-rw-r--r-- | plugins/SMS/src/AdditionalFunctions/MemoryFindByte.h | 2 | ||||
-rw-r--r-- | plugins/SMS/src/SMSConstans.h | 2 | ||||
-rw-r--r-- | plugins/SMS/src/SMS_svc.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/functions.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/receive.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/recvdlg.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/recvdlg.h | 2 | ||||
-rw-r--r-- | plugins/SMS/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/SMS/src/send.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/senddlg.cpp | 2 | ||||
-rw-r--r-- | plugins/SMS/src/senddlg.h | 2 | ||||
-rw-r--r-- | plugins/SMS/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/SMS/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/SMS/src/version.h | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/plugins/SMS/docs/readme.txt b/plugins/SMS/docs/readme.txt index 983d996484..c8937ee6d8 100644 --- a/plugins/SMS/docs/readme.txt +++ b/plugins/SMS/docs/readme.txt @@ -1,4 +1,4 @@ -SMS плагин для Miranda IM
+SMS плагин для Miranda IM
2001-2002 Richard Hughes
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)
diff --git a/plugins/SMS/src/SMSConstans.h b/plugins/SMS/src/SMSConstans.h index bc39e098a9..7abfc0bb61 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 151114beae..330c089f08 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 349d086490..4501afcde7 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 38912bc39c..c62edf3376 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 aac865b64f..6998611134 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 6cad58bbb8..40d2ed7933 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 54f4751e47..a427fb2ba9 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 291ab84d29..26fb6bb47a 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 ad8a303025..3a7e98455d 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 14c30e4a1c..01cd0ac02c 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 076121a5e9..c4788d8d1b 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 b40f4e2e21..576d1946ce 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 bfd519e3dc..b05ed73bc5 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 f0b5b391a1..d75f056b75 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 31132cf6d9..b923ad70ca 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 |