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 /protocols/Tox/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'protocols/Tox/src')
45 files changed, 45 insertions, 45 deletions
diff --git a/protocols/Tox/src/api_av.cpp b/protocols/Tox/src/api_av.cpp index c46e549a35..bafc94b7dc 100644 --- a/protocols/Tox/src/api_av.cpp +++ b/protocols/Tox/src/api_av.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/* COMMON A/V FUNCTIONS */
diff --git a/protocols/Tox/src/api_avatars.cpp b/protocols/Tox/src/api_avatars.cpp index 658b835a68..452d20f3ab 100644 --- a/protocols/Tox/src/api_avatars.cpp +++ b/protocols/Tox/src/api_avatars.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/* AVATAR FUNCTIONS */
diff --git a/protocols/Tox/src/api_connection.cpp b/protocols/Tox/src/api_connection.cpp index 1ed6b51d40..5fbec0cad4 100644 --- a/protocols/Tox/src/api_connection.cpp +++ b/protocols/Tox/src/api_connection.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/* CONNECTION FUNCTIONS */
diff --git a/protocols/Tox/src/api_dns.cpp b/protocols/Tox/src/api_dns.cpp index 57db01e57c..2aff585d45 100644 --- a/protocols/Tox/src/api_dns.cpp +++ b/protocols/Tox/src/api_dns.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/* DNS TOXID RESOILVING FUNCTIONS */
diff --git a/protocols/Tox/src/api_encryption.cpp b/protocols/Tox/src/api_encryption.cpp index 85e77c06ad..2e9568f28e 100644 --- a/protocols/Tox/src/api_encryption.cpp +++ b/protocols/Tox/src/api_encryption.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/* ENCRYPTION FUNCTIONS */
diff --git a/protocols/Tox/src/api_friends.cpp b/protocols/Tox/src/api_friends.cpp index caa133feb7..b831a57f99 100644 --- a/protocols/Tox/src/api_friends.cpp +++ b/protocols/Tox/src/api_friends.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/* FRIEND FUNCTIONS */
diff --git a/protocols/Tox/src/api_groupchats.cpp b/protocols/Tox/src/api_groupchats.cpp index 9919eee92c..9c4047af82 100644 --- a/protocols/Tox/src/api_groupchats.cpp +++ b/protocols/Tox/src/api_groupchats.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/* GROUP CHAT FUNCTIONS: WARNING Group chats will be rewritten so this might change */
diff --git a/protocols/Tox/src/api_main.cpp b/protocols/Tox/src/api_main.cpp index 3d46576925..f3fadd30e4 100644 --- a/protocols/Tox/src/api_main.cpp +++ b/protocols/Tox/src/api_main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/* MAIN FUNCTIONS */
diff --git a/protocols/Tox/src/api_transfer.cpp b/protocols/Tox/src/api_transfer.cpp index 446a2ccc80..40a63728c1 100644 --- a/protocols/Tox/src/api_transfer.cpp +++ b/protocols/Tox/src/api_transfer.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/* FILE SENDING FUNCTIONS */
diff --git a/protocols/Tox/src/http_request.h b/protocols/Tox/src/http_request.h index 18b8228f63..ec27232cbd 100644 --- a/protocols/Tox/src/http_request.h +++ b/protocols/Tox/src/http_request.h @@ -1,4 +1,4 @@ -#ifndef _HTTP_REQUEST_H_
+#ifndef _HTTP_REQUEST_H_
#define _HTTP_REQUEST_H_
class HttpRequestException
diff --git a/protocols/Tox/src/main.cpp b/protocols/Tox/src/main.cpp index de5356a18a..2b2bf0d6fd 100644 --- a/protocols/Tox/src/main.cpp +++ b/protocols/Tox/src/main.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" int hLangpack; CHAT_MANAGER *pci; diff --git a/protocols/Tox/src/resource.h b/protocols/Tox/src/resource.h index 78d9fad660..e9e6210e47 100644 --- a/protocols/Tox/src/resource.h +++ b/protocols/Tox/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Users\unsane\Projects\c++\miranda-ng\protocols\Tox\res\resource.rc
//
diff --git a/protocols/Tox/src/stdafx.cxx b/protocols/Tox/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/protocols/Tox/src/stdafx.cxx +++ b/protocols/Tox/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/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index c403b787ce..639e405b8a 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/protocols/Tox/src/tox_accounts.cpp b/protocols/Tox/src/tox_accounts.cpp index b1bfa58490..6419ad1369 100644 --- a/protocols/Tox/src/tox_accounts.cpp +++ b/protocols/Tox/src/tox_accounts.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
LIST<CToxProto> CToxProto::Accounts(1, CToxProto::CompareAccounts);
diff --git a/protocols/Tox/src/tox_address.h b/protocols/Tox/src/tox_address.h index 9ef57caba2..0218fc44f1 100644 --- a/protocols/Tox/src/tox_address.h +++ b/protocols/Tox/src/tox_address.h @@ -1,4 +1,4 @@ -#ifndef _TOX_ADDRESS_H_
+#ifndef _TOX_ADDRESS_H_
#define _TOX_ADDRESS_H_
class ToxHexAddress;
diff --git a/protocols/Tox/src/tox_avatars.cpp b/protocols/Tox/src/tox_avatars.cpp index 3e41c796f6..810f1b163f 100644 --- a/protocols/Tox/src/tox_avatars.cpp +++ b/protocols/Tox/src/tox_avatars.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
wchar_t* CToxProto::GetAvatarFilePath(MCONTACT hContact)
{
diff --git a/protocols/Tox/src/tox_bootstrap.cpp b/protocols/Tox/src/tox_bootstrap.cpp index 5f1ae93dc1..19c37cd6de 100644 --- a/protocols/Tox/src/tox_bootstrap.cpp +++ b/protocols/Tox/src/tox_bootstrap.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" void CToxProto::BootstrapUdpNode(Tox *tox, const char *address, int port, const char *hexKey) { diff --git a/protocols/Tox/src/tox_chatrooms.cpp b/protocols/Tox/src/tox_chatrooms.cpp index 5ca9895fcb..246f23ce8b 100644 --- a/protocols/Tox/src/tox_chatrooms.cpp +++ b/protocols/Tox/src/tox_chatrooms.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/*
MCONTACT CToxProto::GetChatRoom(int groupNumber)
{
diff --git a/protocols/Tox/src/tox_chatrooms.h b/protocols/Tox/src/tox_chatrooms.h index 0f51a7391e..65bdc40fab 100644 --- a/protocols/Tox/src/tox_chatrooms.h +++ b/protocols/Tox/src/tox_chatrooms.h @@ -1,4 +1,4 @@ -#ifndef _TOX_CHATROOMS_H_
+#ifndef _TOX_CHATROOMS_H_
#define _TOX_CHATROOMS_H_
struct ChatRoomInviteParam
diff --git a/protocols/Tox/src/tox_connection.cpp b/protocols/Tox/src/tox_connection.cpp index 4c578a9696..e640fb8ec1 100644 --- a/protocols/Tox/src/tox_connection.cpp +++ b/protocols/Tox/src/tox_connection.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" bool CToxProto::IsOnline() { diff --git a/protocols/Tox/src/tox_contacts.cpp b/protocols/Tox/src/tox_contacts.cpp index 3b76b37407..f920c43677 100644 --- a/protocols/Tox/src/tox_contacts.cpp +++ b/protocols/Tox/src/tox_contacts.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
WORD CToxProto::GetContactStatus(MCONTACT hContact)
{
diff --git a/protocols/Tox/src/tox_core.cpp b/protocols/Tox/src/tox_core.cpp index ab2e4ceb1d..e1111bd51e 100644 --- a/protocols/Tox/src/tox_core.cpp +++ b/protocols/Tox/src/tox_core.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
Tox_Options* CToxProto::GetToxOptions()
{
diff --git a/protocols/Tox/src/tox_dialogs.h b/protocols/Tox/src/tox_dialogs.h index dedd355e1b..c02b44a278 100644 --- a/protocols/Tox/src/tox_dialogs.h +++ b/protocols/Tox/src/tox_dialogs.h @@ -1,4 +1,4 @@ -#ifndef _TOX_DIALOGS_H_
+#ifndef _TOX_DIALOGS_H_
#define _TOX_DIALOGS_H_
class CCtrlLabel : public CCtrlData
diff --git a/protocols/Tox/src/tox_events.cpp b/protocols/Tox/src/tox_events.cpp index f0afe46dbd..0e298dde94 100644 --- a/protocols/Tox/src/tox_events.cpp +++ b/protocols/Tox/src/tox_events.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int CToxProto::OnModulesLoaded(WPARAM, LPARAM)
{
diff --git a/protocols/Tox/src/tox_icons.cpp b/protocols/Tox/src/tox_icons.cpp index a96e7984d4..458da2d868 100644 --- a/protocols/Tox/src/tox_icons.cpp +++ b/protocols/Tox/src/tox_icons.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
IconItemT CToxProto::Icons[] =
{
diff --git a/protocols/Tox/src/tox_menus.cpp b/protocols/Tox/src/tox_menus.cpp index ed70ad8a7b..ef5122f791 100644 --- a/protocols/Tox/src/tox_menus.cpp +++ b/protocols/Tox/src/tox_menus.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HGENMENU CToxProto::ContactMenuItems[CMI_MAX];
diff --git a/protocols/Tox/src/tox_menus.h b/protocols/Tox/src/tox_menus.h index f4930265a2..dc0e6af5f8 100644 --- a/protocols/Tox/src/tox_menus.h +++ b/protocols/Tox/src/tox_menus.h @@ -1,4 +1,4 @@ -#ifndef _TOX_MENUS_H_
+#ifndef _TOX_MENUS_H_
#define _TOX_MENUS_H_
#define CMI_POSITION -201001000
diff --git a/protocols/Tox/src/tox_messages.cpp b/protocols/Tox/src/tox_messages.cpp index 761294cbf7..a497572c73 100644 --- a/protocols/Tox/src/tox_messages.cpp +++ b/protocols/Tox/src/tox_messages.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/* MESSAGE RECEIVING */
diff --git a/protocols/Tox/src/tox_multimedia.cpp b/protocols/Tox/src/tox_multimedia.cpp index c9c840274a..f68697793e 100644 --- a/protocols/Tox/src/tox_multimedia.cpp +++ b/protocols/Tox/src/tox_multimedia.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CToxCallDlgBase::CToxCallDlgBase(CToxProto *proto, int idDialog, MCONTACT hContact) :
CToxDlgBase(proto, idDialog, false), hContact(hContact)
diff --git a/protocols/Tox/src/tox_multimedia.h b/protocols/Tox/src/tox_multimedia.h index 922b9b406f..2adcc97c09 100644 --- a/protocols/Tox/src/tox_multimedia.h +++ b/protocols/Tox/src/tox_multimedia.h @@ -1,4 +1,4 @@ -#ifndef _TOX_MULTIMEDIA_H_
+#ifndef _TOX_MULTIMEDIA_H_
#define _TOX_MULTIMEDIA_H_
#define WM_CALL_END (WM_PROTO_LAST + 100)
diff --git a/protocols/Tox/src/tox_netlib.cpp b/protocols/Tox/src/tox_netlib.cpp index ab76d7d815..0b8eaa72e5 100644 --- a/protocols/Tox/src/tox_netlib.cpp +++ b/protocols/Tox/src/tox_netlib.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void CToxProto::InitNetlib()
{
diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp index bf4aeea940..2a2907ea66 100644 --- a/protocols/Tox/src/tox_options.cpp +++ b/protocols/Tox/src/tox_options.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CToxOptionsMain::CToxOptionsMain(CToxProto *proto, int idDialog)
: CToxDlgBase(proto, idDialog, false),
diff --git a/protocols/Tox/src/tox_options.h b/protocols/Tox/src/tox_options.h index f134e3d554..b2d546df03 100644 --- a/protocols/Tox/src/tox_options.h +++ b/protocols/Tox/src/tox_options.h @@ -1,4 +1,4 @@ -#ifndef _TOX_OPTIONS_H_
+#ifndef _TOX_OPTIONS_H_
#define _TOX_OPTIONS_H_
class CToxOptionsMain : public CToxDlgBase
diff --git a/protocols/Tox/src/tox_profile.cpp b/protocols/Tox/src/tox_profile.cpp index a144eebee2..59d4dadda5 100644 --- a/protocols/Tox/src/tox_profile.cpp +++ b/protocols/Tox/src/tox_profile.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
HANDLE CToxProto::hProfileFolderPath;
diff --git a/protocols/Tox/src/tox_profile.h b/protocols/Tox/src/tox_profile.h index 796f264d5b..108d0fafc2 100644 --- a/protocols/Tox/src/tox_profile.h +++ b/protocols/Tox/src/tox_profile.h @@ -1,4 +1,4 @@ -#ifndef _TOX_PROFILE_H_
+#ifndef _TOX_PROFILE_H_
#define _TOX_PROFILE_H_
class CToxPasswordEditor : public CToxDlgBase
diff --git a/protocols/Tox/src/tox_proto.cpp b/protocols/Tox/src/tox_proto.cpp index 5b6d345c9c..17fe376827 100644 --- a/protocols/Tox/src/tox_proto.cpp +++ b/protocols/Tox/src/tox_proto.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
CToxProto::CToxProto(const char* protoName, const wchar_t* userName)
: PROTO<CToxProto>(protoName, userName),
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 810479ab30..903dce18a8 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -1,4 +1,4 @@ -#ifndef _TOX_PROTO_H_
+#ifndef _TOX_PROTO_H_
#define _TOX_PROTO_H_
struct CToxProto : public PROTO<CToxProto>
diff --git a/protocols/Tox/src/tox_search.cpp b/protocols/Tox/src/tox_search.cpp index d03d3a091a..31fbad1b50 100644 --- a/protocols/Tox/src/tox_search.cpp +++ b/protocols/Tox/src/tox_search.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
ToxHexAddress ResolveToxAddressFromDnsRecordV1(const std::string &dnsRecord)
{
diff --git a/protocols/Tox/src/tox_services.cpp b/protocols/Tox/src/tox_services.cpp index 532eef79d7..e798213a51 100644 --- a/protocols/Tox/src/tox_services.cpp +++ b/protocols/Tox/src/tox_services.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
INT_PTR CToxProto::SetMyNickname(WPARAM wParam, LPARAM lParam)
{
diff --git a/protocols/Tox/src/tox_thread.h b/protocols/Tox/src/tox_thread.h index ae0f4225f8..1a27ca7005 100644 --- a/protocols/Tox/src/tox_thread.h +++ b/protocols/Tox/src/tox_thread.h @@ -1,4 +1,4 @@ -#ifndef _TOX_THREAD_H_
+#ifndef _TOX_THREAD_H_
#define _TOX_THREAD_H_
class CToxThread
diff --git a/protocols/Tox/src/tox_transfer.cpp b/protocols/Tox/src/tox_transfer.cpp index 3fb9ad77b7..be80c55b11 100644 --- a/protocols/Tox/src/tox_transfer.cpp +++ b/protocols/Tox/src/tox_transfer.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
/* FILE RECEIVING */
diff --git a/protocols/Tox/src/tox_transfer.h b/protocols/Tox/src/tox_transfer.h index 372b047fb3..c203c9cf1d 100644 --- a/protocols/Tox/src/tox_transfer.h +++ b/protocols/Tox/src/tox_transfer.h @@ -1,4 +1,4 @@ -#ifndef _TOX_TRANSFERS_H_
+#ifndef _TOX_TRANSFERS_H_
#define _TOX_TRANSFERS_H_
struct FileTransferParam
diff --git a/protocols/Tox/src/tox_utils.cpp b/protocols/Tox/src/tox_utils.cpp index 722517c427..e4db373064 100644 --- a/protocols/Tox/src/tox_utils.cpp +++ b/protocols/Tox/src/tox_utils.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
int CToxProto::MapStatus(int status)
{
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index ba58f1f238..8680eea1eb 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 1
#define __BUILD_NUM 26
|