summaryrefslogtreecommitdiff
path: root/protocols/Tox
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:00:20 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:09:18 +0300
commit62202ed10617927d5429bc59898e12a366abe744 (patch)
tree4960bf1241b59cf009118da6cdab87294b1a95e1 /protocols/Tox
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'protocols/Tox')
-rw-r--r--protocols/Tox/CMakeLists.txt2
-rw-r--r--protocols/Tox/include/tox.h2
-rw-r--r--protocols/Tox/include/toxav.h2
-rw-r--r--protocols/Tox/include/toxdns.h2
-rw-r--r--protocols/Tox/include/toxencryptsave.h2
-rw-r--r--protocols/Tox/include/vpx/vp8.h2
-rw-r--r--protocols/Tox/include/vpx/vp8cx.h2
-rw-r--r--protocols/Tox/include/vpx/vp8dx.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_codec.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_decoder.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_encoder.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_frame_buffer.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_image.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_integer.h2
-rw-r--r--protocols/Tox/proto_tox/CMakeLists.txt2
-rw-r--r--protocols/Tox/proto_tox/res/Proto_Tox.rc2
-rw-r--r--protocols/Tox/proto_tox/src/resource.h2
-rw-r--r--protocols/Tox/res/resource.rc2
-rw-r--r--protocols/Tox/res/version.rc2
-rw-r--r--protocols/Tox/src/api_av.cpp2
-rw-r--r--protocols/Tox/src/api_avatars.cpp2
-rw-r--r--protocols/Tox/src/api_connection.cpp2
-rw-r--r--protocols/Tox/src/api_dns.cpp2
-rw-r--r--protocols/Tox/src/api_encryption.cpp2
-rw-r--r--protocols/Tox/src/api_friends.cpp2
-rw-r--r--protocols/Tox/src/api_groupchats.cpp2
-rw-r--r--protocols/Tox/src/api_main.cpp2
-rw-r--r--protocols/Tox/src/api_transfer.cpp2
-rw-r--r--protocols/Tox/src/http_request.h2
-rw-r--r--protocols/Tox/src/main.cpp2
-rw-r--r--protocols/Tox/src/resource.h2
-rw-r--r--protocols/Tox/src/stdafx.cxx2
-rw-r--r--protocols/Tox/src/stdafx.h2
-rw-r--r--protocols/Tox/src/tox_accounts.cpp2
-rw-r--r--protocols/Tox/src/tox_address.h2
-rw-r--r--protocols/Tox/src/tox_avatars.cpp2
-rw-r--r--protocols/Tox/src/tox_bootstrap.cpp2
-rw-r--r--protocols/Tox/src/tox_chatrooms.cpp2
-rw-r--r--protocols/Tox/src/tox_chatrooms.h2
-rw-r--r--protocols/Tox/src/tox_connection.cpp2
-rw-r--r--protocols/Tox/src/tox_contacts.cpp2
-rw-r--r--protocols/Tox/src/tox_core.cpp2
-rw-r--r--protocols/Tox/src/tox_dialogs.h2
-rw-r--r--protocols/Tox/src/tox_events.cpp2
-rw-r--r--protocols/Tox/src/tox_icons.cpp2
-rw-r--r--protocols/Tox/src/tox_menus.cpp2
-rw-r--r--protocols/Tox/src/tox_menus.h2
-rw-r--r--protocols/Tox/src/tox_messages.cpp2
-rw-r--r--protocols/Tox/src/tox_multimedia.cpp2
-rw-r--r--protocols/Tox/src/tox_multimedia.h2
-rw-r--r--protocols/Tox/src/tox_netlib.cpp2
-rw-r--r--protocols/Tox/src/tox_options.cpp2
-rw-r--r--protocols/Tox/src/tox_options.h2
-rw-r--r--protocols/Tox/src/tox_profile.cpp2
-rw-r--r--protocols/Tox/src/tox_profile.h2
-rw-r--r--protocols/Tox/src/tox_proto.cpp2
-rw-r--r--protocols/Tox/src/tox_proto.h2
-rw-r--r--protocols/Tox/src/tox_search.cpp2
-rw-r--r--protocols/Tox/src/tox_services.cpp2
-rw-r--r--protocols/Tox/src/tox_thread.h2
-rw-r--r--protocols/Tox/src/tox_transfer.cpp2
-rw-r--r--protocols/Tox/src/tox_transfer.h2
-rw-r--r--protocols/Tox/src/tox_utils.cpp2
-rw-r--r--protocols/Tox/src/version.h2
64 files changed, 64 insertions, 64 deletions
diff --git a/protocols/Tox/CMakeLists.txt b/protocols/Tox/CMakeLists.txt
index 88144b9949..1aeec11557 100644
--- a/protocols/Tox/CMakeLists.txt
+++ b/protocols/Tox/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "include/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "include/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Tox)
include_directories("include")
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
diff --git a/protocols/Tox/include/tox.h b/protocols/Tox/include/tox.h
index 373138c4eb..b09abfbe8f 100644
--- a/protocols/Tox/include/tox.h
+++ b/protocols/Tox/include/tox.h
@@ -1,4 +1,4 @@
-/*
+/*
* The Tox public API.
*/
diff --git a/protocols/Tox/include/toxav.h b/protocols/Tox/include/toxav.h
index 2a8b90fa5e..3723a84586 100644
--- a/protocols/Tox/include/toxav.h
+++ b/protocols/Tox/include/toxav.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2016-2017 The TokTok team.
* Copyright © 2013-2015 Tox project.
*
diff --git a/protocols/Tox/include/toxdns.h b/protocols/Tox/include/toxdns.h
index b280925eb1..1de1f2cb05 100644
--- a/protocols/Tox/include/toxdns.h
+++ b/protocols/Tox/include/toxdns.h
@@ -1,4 +1,4 @@
-/*
+/*
* Tox secure username DNS toxid resolving functions.
*/
diff --git a/protocols/Tox/include/toxencryptsave.h b/protocols/Tox/include/toxencryptsave.h
index 738d9757cb..688494f711 100644
--- a/protocols/Tox/include/toxencryptsave.h
+++ b/protocols/Tox/include/toxencryptsave.h
@@ -1,4 +1,4 @@
-/*
+/*
* Batch encryption functions.
*/
diff --git a/protocols/Tox/include/vpx/vp8.h b/protocols/Tox/include/vpx/vp8.h
index 059c9d0f65..82d10a898f 100644
--- a/protocols/Tox/include/vpx/vp8.h
+++ b/protocols/Tox/include/vpx/vp8.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vp8cx.h b/protocols/Tox/include/vpx/vp8cx.h
index cc90159bc3..ac232e0ee7 100644
--- a/protocols/Tox/include/vpx/vp8cx.h
+++ b/protocols/Tox/include/vpx/vp8cx.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vp8dx.h b/protocols/Tox/include/vpx/vp8dx.h
index 0d7759eb25..0a7471881f 100644
--- a/protocols/Tox/include/vpx/vp8dx.h
+++ b/protocols/Tox/include/vpx/vp8dx.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_codec.h b/protocols/Tox/include/vpx/vpx_codec.h
index fe75d23872..75e80ec7e7 100644
--- a/protocols/Tox/include/vpx/vpx_codec.h
+++ b/protocols/Tox/include/vpx/vpx_codec.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_decoder.h b/protocols/Tox/include/vpx/vpx_decoder.h
index 2ff12112bc..7ddb07be3e 100644
--- a/protocols/Tox/include/vpx/vpx_decoder.h
+++ b/protocols/Tox/include/vpx/vpx_decoder.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_encoder.h b/protocols/Tox/include/vpx/vpx_encoder.h
index 28fcd5f999..35a692ae80 100644
--- a/protocols/Tox/include/vpx/vpx_encoder.h
+++ b/protocols/Tox/include/vpx/vpx_encoder.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_frame_buffer.h b/protocols/Tox/include/vpx/vpx_frame_buffer.h
index ad70cdd572..d82f6caeb7 100644
--- a/protocols/Tox/include/vpx/vpx_frame_buffer.h
+++ b/protocols/Tox/include/vpx/vpx_frame_buffer.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2014 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_image.h b/protocols/Tox/include/vpx/vpx_image.h
index d6d3166d2f..0119e20ecd 100644
--- a/protocols/Tox/include/vpx/vpx_image.h
+++ b/protocols/Tox/include/vpx/vpx_image.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_integer.h b/protocols/Tox/include/vpx/vpx_integer.h
index 09bad9222d..194f8491ec 100644
--- a/protocols/Tox/include/vpx/vpx_integer.h
+++ b/protocols/Tox/include/vpx/vpx_integer.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/proto_tox/CMakeLists.txt b/protocols/Tox/proto_tox/CMakeLists.txt
index 680b9dc369..b4b2fc7b33 100644
--- a/protocols/Tox/proto_tox/CMakeLists.txt
+++ b/protocols/Tox/proto_tox/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Tox)
+set(TARGET Proto_Tox)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/Tox/proto_tox/res/Proto_Tox.rc b/protocols/Tox/proto_tox/res/Proto_Tox.rc
index 2f16ada64c..9b79d96033 100644
--- a/protocols/Tox/proto_tox/res/Proto_Tox.rc
+++ b/protocols/Tox/proto_tox/res/Proto_Tox.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Tox/proto_tox/src/resource.h b/protocols/Tox/proto_tox/src/resource.h
index bed700edf5..6ad85462e9 100644
--- a/protocols/Tox/proto_tox/src/resource.h
+++ b/protocols/Tox/proto_tox/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_Tox.rc
//
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc
index eb42763582..1a1c8d5b7b 100644
--- a/protocols/Tox/res/resource.rc
+++ b/protocols/Tox/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/protocols/Tox/res/version.rc b/protocols/Tox/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/Tox/res/version.rc
+++ b/protocols/Tox/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/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