diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/SecureIM | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/SecureIM')
52 files changed, 52 insertions, 52 deletions
diff --git a/plugins/SecureIM/SecureIM_icons/res/resource.rc b/plugins/SecureIM/SecureIM_icons/res/resource.rc index 8f9e8edf85..c7aa60e9b1 100644 --- a/plugins/SecureIM/SecureIM_icons/res/resource.rc +++ b/plugins/SecureIM/SecureIM_icons/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
#define APSTUDIO_READONLY_SYMBOLS
diff --git a/plugins/SecureIM/SecureIM_icons/res/version.rc b/plugins/SecureIM/SecureIM_icons/res/version.rc index 5bfbab4754..2dedc507d7 100644 --- a/plugins/SecureIM/SecureIM_icons/res/version.rc +++ b/plugins/SecureIM/SecureIM_icons/res/version.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/plugins/SecureIM/SecureIM_icons/src/resource.h b/plugins/SecureIM/SecureIM_icons/src/resource.h index 9bceae8ea6..b8be938141 100644 --- a/plugins/SecureIM/SecureIM_icons/src/resource.h +++ b/plugins/SecureIM/SecureIM_icons/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/SecureIM/SecureIM_icons/src/version.h b/plugins/SecureIM/SecureIM_icons/src/version.h index 4532a869df..710177015d 100644 --- a/plugins/SecureIM/SecureIM_icons/src/version.h +++ b/plugins/SecureIM/SecureIM_icons/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1 +#define __MAJOR_VERSION 1 #define __MINOR_VERSION 0 #define __RELEASE_NUM 12 #define __BUILD_NUM 4 diff --git a/plugins/SecureIM/docs/!whatsnew.txt b/plugins/SecureIM/docs/!whatsnew.txt index eeb792d864..8422a55bfc 100644 --- a/plugins/SecureIM/docs/!whatsnew.txt +++ b/plugins/SecureIM/docs/!whatsnew.txt @@ -1,4 +1,4 @@ -
+
Verison 1.0.12.4 [28-04-2010]
[*] fix bug with advanced icon set to "NONE" && enable extaicons plugin
diff --git a/plugins/SecureIM/res/resource.rc b/plugins/SecureIM/res/resource.rc index a24cc5dae9..72da8cddd7 100644 --- a/plugins/SecureIM/res/resource.rc +++ b/plugins/SecureIM/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/plugins/SecureIM/res/version.rc b/plugins/SecureIM/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/SecureIM/res/version.rc +++ b/plugins/SecureIM/res/version.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/plugins/SecureIM/src/commonheaders.cpp b/plugins/SecureIM/src/commonheaders.cpp index 0c46b53bdd..60f50be23d 100644 --- a/plugins/SecureIM/src/commonheaders.cpp +++ b/plugins/SecureIM/src/commonheaders.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
HINSTANCE g_hInst, g_hIconInst;
diff --git a/plugins/SecureIM/src/commonheaders.h b/plugins/SecureIM/src/commonheaders.h index 4afa278eee..b02ab46ec1 100644 --- a/plugins/SecureIM/src/commonheaders.h +++ b/plugins/SecureIM/src/commonheaders.h @@ -1,4 +1,4 @@ -#define WIN32_LEAN_AND_MEAN
+#define WIN32_LEAN_AND_MEAN
#define NETLIB_LOG
#define _CRT_SECURE_NO_WARNINGS
diff --git a/plugins/SecureIM/src/crypt.h b/plugins/SecureIM/src/crypt.h index 79e2b677e6..c858dc719d 100644 --- a/plugins/SecureIM/src/crypt.h +++ b/plugins/SecureIM/src/crypt.h @@ -1,4 +1,4 @@ -#ifndef __CRYPT_H__
+#ifndef __CRYPT_H__
#define __CRYPT_H__
#define KEYSIZE 256
diff --git a/plugins/SecureIM/src/crypt_check.cpp b/plugins/SecureIM/src/crypt_check.cpp index 82dbb7ad1c..de43704449 100644 --- a/plugins/SecureIM/src/crypt_check.cpp +++ b/plugins/SecureIM/src/crypt_check.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
int getContactStatus(MCONTACT hContact)
{
diff --git a/plugins/SecureIM/src/crypt_dll.cpp b/plugins/SecureIM/src/crypt_dll.cpp index afa18459e0..d86402fcbe 100644 --- a/plugins/SecureIM/src/crypt_dll.cpp +++ b/plugins/SecureIM/src/crypt_dll.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
// generate KeyA pair and return public key
LPSTR InitKeyA(pUinKey ptr, int features)
diff --git a/plugins/SecureIM/src/crypt_icons.cpp b/plugins/SecureIM/src/crypt_icons.cpp index 59e0059773..619c4f01a4 100644 --- a/plugins/SecureIM/src/crypt_icons.cpp +++ b/plugins/SecureIM/src/crypt_icons.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
struct ICON_CACHE
{
diff --git a/plugins/SecureIM/src/crypt_lists.cpp b/plugins/SecureIM/src/crypt_lists.cpp index bb97d160f0..b2eaaf31b1 100644 --- a/plugins/SecureIM/src/crypt_lists.cpp +++ b/plugins/SecureIM/src/crypt_lists.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
LIST<SupPro> arProto(10, HandleKeySortT);
LIST<UinKey> arClist(100, NumericKeySortT);
diff --git a/plugins/SecureIM/src/crypt_misc.cpp b/plugins/SecureIM/src/crypt_misc.cpp index 108e8958b9..3e658b0fd7 100644 --- a/plugins/SecureIM/src/crypt_misc.cpp +++ b/plugins/SecureIM/src/crypt_misc.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
static void sttWaitForExchange(LPVOID param)
{
diff --git a/plugins/SecureIM/src/crypt_popups.cpp b/plugins/SecureIM/src/crypt_popups.cpp index fbced3dd22..9d6a7d0bac 100644 --- a/plugins/SecureIM/src/crypt_popups.cpp +++ b/plugins/SecureIM/src/crypt_popups.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
// type=0 key colors
// type=1 session colors
diff --git a/plugins/SecureIM/src/cryptopp.h b/plugins/SecureIM/src/cryptopp.h index 089d101cd7..05b77020a1 100644 --- a/plugins/SecureIM/src/cryptopp.h +++ b/plugins/SecureIM/src/cryptopp.h @@ -1,4 +1,4 @@ -#ifndef __CRYPTOPP_H__
+#ifndef __CRYPTOPP_H__
#define __CRYPTOPP_H__
#define CPP_FEATURES_UTF8 0x01
diff --git a/plugins/SecureIM/src/dbevent.cpp b/plugins/SecureIM/src/dbevent.cpp index 495bc324e2..a5936df191 100644 --- a/plugins/SecureIM/src/dbevent.cpp +++ b/plugins/SecureIM/src/dbevent.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
void HistoryLog(MCONTACT hContact, LPCSTR szText)
{
diff --git a/plugins/SecureIM/src/dbevent.h b/plugins/SecureIM/src/dbevent.h index e03ef9abbc..167f6c49e7 100644 --- a/plugins/SecureIM/src/dbevent.h +++ b/plugins/SecureIM/src/dbevent.h @@ -1,4 +1,4 @@ -#ifndef __DBEVENT_H__
+#ifndef __DBEVENT_H__
#define __DBEVENT_H__
void HistoryLog(MCONTACT, LPCSTR);
diff --git a/plugins/SecureIM/src/gettime.cpp b/plugins/SecureIM/src/gettime.cpp index 4da5fe98c8..ae24200624 100644 --- a/plugins/SecureIM/src/gettime.cpp +++ b/plugins/SecureIM/src/gettime.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
/* FILETIME unit is 100 nanoseconds */
diff --git a/plugins/SecureIM/src/gettime.h b/plugins/SecureIM/src/gettime.h index 05d2d1b96a..d321af1de5 100644 --- a/plugins/SecureIM/src/gettime.h +++ b/plugins/SecureIM/src/gettime.h @@ -1,4 +1,4 @@ -#ifndef __GETTIME_H__
+#ifndef __GETTIME_H__
#define __GETTIME_H__
DWORD gettime(void);
diff --git a/plugins/SecureIM/src/images.cpp b/plugins/SecureIM/src/images.cpp index 60a1af63d1..007f22881b 100644 --- a/plugins/SecureIM/src/images.cpp +++ b/plugins/SecureIM/src/images.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
void HalfBitmap32Alpha(HBITMAP hBitmap)
{
diff --git a/plugins/SecureIM/src/images.h b/plugins/SecureIM/src/images.h index ea65b09893..f4b1ebf8e2 100644 --- a/plugins/SecureIM/src/images.h +++ b/plugins/SecureIM/src/images.h @@ -1,4 +1,4 @@ -#ifndef __IMAGE_UTILS_H__
+#ifndef __IMAGE_UTILS_H__
#define __IMAGE_UTILS_H__
HICON BindOverlayIcon(HICON,HICON);
diff --git a/plugins/SecureIM/src/language.cpp b/plugins/SecureIM/src/language.cpp index 7ed3f5e5ab..d70d8d8f50 100644 --- a/plugins/SecureIM/src/language.cpp +++ b/plugins/SecureIM/src/language.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
//Popup Messages
LPCSTR sim001 = LPGEN("SecureIM established...");
diff --git a/plugins/SecureIM/src/language.h b/plugins/SecureIM/src/language.h index 4c627efc2f..6c2f00ce50 100644 --- a/plugins/SecureIM/src/language.h +++ b/plugins/SecureIM/src/language.h @@ -1,4 +1,4 @@ -#ifndef __LANGUAGE_H__
+#ifndef __LANGUAGE_H__
#define __LANGUAGE_H__
//Popup Messages
diff --git a/plugins/SecureIM/src/loadicons.cpp b/plugins/SecureIM/src/loadicons.cpp index 756a235b4c..383caab5ad 100644 --- a/plugins/SecureIM/src/loadicons.cpp +++ b/plugins/SecureIM/src/loadicons.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
struct
{
diff --git a/plugins/SecureIM/src/loadicons.h b/plugins/SecureIM/src/loadicons.h index f5258a41a0..b89e98effe 100644 --- a/plugins/SecureIM/src/loadicons.h +++ b/plugins/SecureIM/src/loadicons.h @@ -1,4 +1,4 @@ -#ifndef __LOADICONS_H__
+#ifndef __LOADICONS_H__
#define __LOADICONS_H__
HINSTANCE LoadIconsPack(const char*);
diff --git a/plugins/SecureIM/src/loadlib.cpp b/plugins/SecureIM/src/loadlib.cpp index c1c5cc483e..8a4d24afac 100644 --- a/plugins/SecureIM/src/loadlib.cpp +++ b/plugins/SecureIM/src/loadlib.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
CRYPTOPP_INFO cpp;
diff --git a/plugins/SecureIM/src/loadlib.h b/plugins/SecureIM/src/loadlib.h index bed84c019d..425dbf5623 100644 --- a/plugins/SecureIM/src/loadlib.h +++ b/plugins/SecureIM/src/loadlib.h @@ -1,4 +1,4 @@ -#ifndef __LOADLIB_H__
+#ifndef __LOADLIB_H__
#define __LOADLIB_H__
BOOL loadlib(void);
diff --git a/plugins/SecureIM/src/main.cpp b/plugins/SecureIM/src/main.cpp index a56200fff4..8c92247702 100644 --- a/plugins/SecureIM/src/main.cpp +++ b/plugins/SecureIM/src/main.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
CLIST_INTERFACE *pcli;
int hLangpack = 0;
diff --git a/plugins/SecureIM/src/mmi.cpp b/plugins/SecureIM/src/mmi.cpp index d1608069b5..29de183501 100644 --- a/plugins/SecureIM/src/mmi.cpp +++ b/plugins/SecureIM/src/mmi.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
void *operator new(size_t sz)
{
diff --git a/plugins/SecureIM/src/mmi.h b/plugins/SecureIM/src/mmi.h index 022de440de..47aff0055a 100644 --- a/plugins/SecureIM/src/mmi.h +++ b/plugins/SecureIM/src/mmi.h @@ -1,4 +1,4 @@ -#ifndef __MMI_H__
+#ifndef __MMI_H__
#define __MMI_H__
char *m_wwstrcat(LPCSTR,LPCSTR);
diff --git a/plugins/SecureIM/src/options.cpp b/plugins/SecureIM/src/options.cpp index 3a5065d88f..830f37627f 100644 --- a/plugins/SecureIM/src/options.cpp +++ b/plugins/SecureIM/src/options.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
#define PSKSIZE (4096+1)
#define RSASIZE (4096+1)
diff --git a/plugins/SecureIM/src/options.h b/plugins/SecureIM/src/options.h index b1f2b65b0e..729ebf7782 100644 --- a/plugins/SecureIM/src/options.h +++ b/plugins/SecureIM/src/options.h @@ -1,4 +1,4 @@ -#ifndef __OPTIONS_H__
+#ifndef __OPTIONS_H__
#define __OPTIONS_H__
INT_PTR CALLBACK OptionsDlgProc(HWND,UINT,WPARAM,LPARAM);
diff --git a/plugins/SecureIM/src/popupOptions.cpp b/plugins/SecureIM/src/popupOptions.cpp index 9206d01681..17c12fd3fa 100644 --- a/plugins/SecureIM/src/popupOptions.cpp +++ b/plugins/SecureIM/src/popupOptions.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
INT_PTR CALLBACK PopOptionsDlgProc(HWND hDlg, UINT wMsg, WPARAM wParam, LPARAM lParam)
{
diff --git a/plugins/SecureIM/src/popupOptions.h b/plugins/SecureIM/src/popupOptions.h index 22d3453adc..28495dfae6 100644 --- a/plugins/SecureIM/src/popupOptions.h +++ b/plugins/SecureIM/src/popupOptions.h @@ -1,4 +1,4 @@ -#ifndef __POPUP_OPTIONS__
+#ifndef __POPUP_OPTIONS__
#define __POPUP_OPTIONS__
INT_PTR CALLBACK PopOptionsDlgProc(HWND,UINT,WPARAM,LPARAM);
diff --git a/plugins/SecureIM/src/resource.h b/plugins/SecureIM/src/resource.h index 79f9a8ed5b..b6fe6c7424 100644 --- a/plugins/SecureIM/src/resource.h +++ b/plugins/SecureIM/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/SecureIM/src/secureim.h b/plugins/SecureIM/src/secureim.h index 8962a4a058..96670ec357 100644 --- a/plugins/SecureIM/src/secureim.h +++ b/plugins/SecureIM/src/secureim.h @@ -1,4 +1,4 @@ -#ifndef __SECURE_IM__
+#ifndef __SECURE_IM__
#define __SECURE_IM__
// режимы шифрования SecureIM
diff --git a/plugins/SecureIM/src/splitmsg.cpp b/plugins/SecureIM/src/splitmsg.cpp index 7388d55bb2..cdb6c9e1da 100644 --- a/plugins/SecureIM/src/splitmsg.cpp +++ b/plugins/SecureIM/src/splitmsg.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
// разбивает сообщение szMsg на части длиной iLen, возвращает строку вида PARTzPARTzz
LPSTR splitMsg(LPSTR szMsg, int iLen)
diff --git a/plugins/SecureIM/src/splitmsg.h b/plugins/SecureIM/src/splitmsg.h index 09edc2e53f..bbc751f653 100644 --- a/plugins/SecureIM/src/splitmsg.h +++ b/plugins/SecureIM/src/splitmsg.h @@ -1,4 +1,4 @@ -#ifndef __SPLITMSG_H__
+#ifndef __SPLITMSG_H__
#define __SPLITMSG_H__
LPSTR combineMessage(pUinKey,LPSTR);
diff --git a/plugins/SecureIM/src/stdafx.cpp b/plugins/SecureIM/src/stdafx.cpp index dd87776a41..b493fd18e2 100644 --- a/plugins/SecureIM/src/stdafx.cpp +++ b/plugins/SecureIM/src/stdafx.cpp @@ -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/SecureIM/src/svcs_clist.cpp b/plugins/SecureIM/src/svcs_clist.cpp index c2c00b19ed..ec6a36c7ec 100644 --- a/plugins/SecureIM/src/svcs_clist.cpp +++ b/plugins/SecureIM/src/svcs_clist.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
int __cdecl onContactSettingChanged(WPARAM hContact, LPARAM lParam)
{
diff --git a/plugins/SecureIM/src/svcs_clist.h b/plugins/SecureIM/src/svcs_clist.h index c9c6bcd68b..396d09d004 100644 --- a/plugins/SecureIM/src/svcs_clist.h +++ b/plugins/SecureIM/src/svcs_clist.h @@ -1,4 +1,4 @@ -#ifndef __SVCS_CLIST_H__
+#ifndef __SVCS_CLIST_H__
#define __SVCS_CLIST_H__
int __cdecl onContactSettingChanged(WPARAM,LPARAM);
diff --git a/plugins/SecureIM/src/svcs_menu.cpp b/plugins/SecureIM/src/svcs_menu.cpp index ac1b0f9c5f..cc4bae8daf 100644 --- a/plugins/SecureIM/src/svcs_menu.cpp +++ b/plugins/SecureIM/src/svcs_menu.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
INT_PTR __cdecl Service_IsContactSecured(WPARAM wParam, LPARAM)
{
diff --git a/plugins/SecureIM/src/svcs_menu.h b/plugins/SecureIM/src/svcs_menu.h index 7ec89add0c..96813e89c3 100644 --- a/plugins/SecureIM/src/svcs_menu.h +++ b/plugins/SecureIM/src/svcs_menu.h @@ -1,4 +1,4 @@ -#ifndef __SVCS_MENU_H__
+#ifndef __SVCS_MENU_H__
#define __SVCS_MENU_H__
INT_PTR __cdecl Service_IsContactSecured(WPARAM,LPARAM);
diff --git a/plugins/SecureIM/src/svcs_proto.cpp b/plugins/SecureIM/src/svcs_proto.cpp index cc763dbb25..efc5a92ddf 100644 --- a/plugins/SecureIM/src/svcs_proto.cpp +++ b/plugins/SecureIM/src/svcs_proto.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
// return SignID
int getSecureSig(LPCSTR szMsg, LPSTR *szPlainMsg = nullptr)
diff --git a/plugins/SecureIM/src/svcs_proto.h b/plugins/SecureIM/src/svcs_proto.h index f679c12f9c..5acf7631a4 100644 --- a/plugins/SecureIM/src/svcs_proto.h +++ b/plugins/SecureIM/src/svcs_proto.h @@ -1,4 +1,4 @@ -#ifndef __SVCS_PROTO_H__
+#ifndef __SVCS_PROTO_H__
#define __SVCS_PROTO_H__
INT_PTR __cdecl onRecvMsg(WPARAM,LPARAM);
diff --git a/plugins/SecureIM/src/svcs_rsa.cpp b/plugins/SecureIM/src/svcs_rsa.cpp index 307cc38921..13db77af1e 100644 --- a/plugins/SecureIM/src/svcs_rsa.cpp +++ b/plugins/SecureIM/src/svcs_rsa.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
pRSA_EXPORT mir_exp = nullptr;
RSA_IMPORT imp =
diff --git a/plugins/SecureIM/src/svcs_rsa.h b/plugins/SecureIM/src/svcs_rsa.h index f076d3bd8b..c9c73df10d 100644 --- a/plugins/SecureIM/src/svcs_rsa.h +++ b/plugins/SecureIM/src/svcs_rsa.h @@ -1,4 +1,4 @@ -#ifndef __SVCS_RSA_H__
+#ifndef __SVCS_RSA_H__
#define __SVCS_RSA_H__
extern pRSA_EXPORT mir_exp;
diff --git a/plugins/SecureIM/src/svcs_srmm.cpp b/plugins/SecureIM/src/svcs_srmm.cpp index aa131ad533..23fb71aeb6 100644 --- a/plugins/SecureIM/src/svcs_srmm.cpp +++ b/plugins/SecureIM/src/svcs_srmm.cpp @@ -1,4 +1,4 @@ -#include "commonheaders.h"
+#include "commonheaders.h"
int __cdecl onWindowEvent(WPARAM, LPARAM lParam)
{
diff --git a/plugins/SecureIM/src/svcs_srmm.h b/plugins/SecureIM/src/svcs_srmm.h index 8de1d07b98..0fcd5f2606 100644 --- a/plugins/SecureIM/src/svcs_srmm.h +++ b/plugins/SecureIM/src/svcs_srmm.h @@ -1,4 +1,4 @@ -#ifndef __SVCS_SRMM_H__
+#ifndef __SVCS_SRMM_H__
#define __SVCS_SRMM_H__
void InitSRMMIcons();
diff --git a/plugins/SecureIM/src/version.h b/plugins/SecureIM/src/version.h index f23117aab2..255dcd65c8 100644 --- a/plugins/SecureIM/src/version.h +++ b/plugins/SecureIM/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 12
#define __BUILD_NUM 4
|