summaryrefslogtreecommitdiff
path: root/protocols/Steam
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam')
-rw-r--r--protocols/Steam/CMakeLists.txt2
-rw-r--r--protocols/Steam/doc/sources.txt2
-rw-r--r--protocols/Steam/proto_steam/CMakeLists.txt2
-rw-r--r--protocols/Steam/proto_steam/src/resource.h2
-rw-r--r--protocols/Steam/src/api/authorization.h2
-rw-r--r--protocols/Steam/src/api/avatar.h2
-rw-r--r--protocols/Steam/src/api/captcha.h2
-rw-r--r--protocols/Steam/src/api/friend.h2
-rw-r--r--protocols/Steam/src/api/friend_list.h2
-rw-r--r--protocols/Steam/src/api/history.h2
-rw-r--r--protocols/Steam/src/api/login.h2
-rw-r--r--protocols/Steam/src/api/message.h2
-rw-r--r--protocols/Steam/src/api/pending.h2
-rw-r--r--protocols/Steam/src/api/poll.h2
-rw-r--r--protocols/Steam/src/api/rsa_key.h2
-rw-r--r--protocols/Steam/src/api/search.h2
-rw-r--r--protocols/Steam/src/api/session.h2
-rw-r--r--protocols/Steam/src/http_request.h2
-rw-r--r--protocols/Steam/src/main.cpp2
-rw-r--r--protocols/Steam/src/request_queue.cpp2
-rw-r--r--protocols/Steam/src/request_queue.h2
-rw-r--r--protocols/Steam/src/resource.h2
-rw-r--r--protocols/Steam/src/stdafx.cxx2
-rw-r--r--protocols/Steam/src/stdafx.h2
-rw-r--r--protocols/Steam/src/steam_avatars.cpp2
-rw-r--r--protocols/Steam/src/steam_contacts.cpp2
-rw-r--r--protocols/Steam/src/steam_dialogs.cpp2
-rw-r--r--protocols/Steam/src/steam_dialogs.h2
-rw-r--r--protocols/Steam/src/steam_events.cpp2
-rw-r--r--protocols/Steam/src/steam_history.cpp2
-rw-r--r--protocols/Steam/src/steam_instances.cpp2
-rw-r--r--protocols/Steam/src/steam_login.cpp2
-rw-r--r--protocols/Steam/src/steam_menus.cpp2
-rw-r--r--protocols/Steam/src/steam_messages.cpp2
-rw-r--r--protocols/Steam/src/steam_options.cpp2
-rw-r--r--protocols/Steam/src/steam_options.h2
-rw-r--r--protocols/Steam/src/steam_polling.cpp2
-rw-r--r--protocols/Steam/src/steam_proto.cpp2
-rw-r--r--protocols/Steam/src/steam_proto.h2
-rw-r--r--protocols/Steam/src/steam_request.cpp2
-rw-r--r--protocols/Steam/src/steam_utils.cpp2
-rw-r--r--protocols/Steam/src/steam_xstatus.cpp2
-rw-r--r--protocols/Steam/src/version.h2
43 files changed, 43 insertions, 43 deletions
diff --git a/protocols/Steam/CMakeLists.txt b/protocols/Steam/CMakeLists.txt
index 7815315d0b..9dacd1a586 100644
--- a/protocols/Steam/CMakeLists.txt
+++ b/protocols/Steam/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/api/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/api/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Steam)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson comctl32.lib)
diff --git a/protocols/Steam/doc/sources.txt b/protocols/Steam/doc/sources.txt
index e2a6ac7e33..ccac7b00a3 100644
--- a/protocols/Steam/doc/sources.txt
+++ b/protocols/Steam/doc/sources.txt
@@ -1,4 +1,4 @@
-Steam web API
+Steam web API
http://steamcommunity.com/dev
Official supported API
http://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v0001/
diff --git a/protocols/Steam/proto_steam/CMakeLists.txt b/protocols/Steam/proto_steam/CMakeLists.txt
index b77321f785..436cbf7985 100644
--- a/protocols/Steam/proto_steam/CMakeLists.txt
+++ b/protocols/Steam/proto_steam/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Steam)
+set(TARGET Proto_Steam)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/Steam/proto_steam/src/resource.h b/protocols/Steam/proto_steam/src/resource.h
index ee49342637..70b1314876 100644
--- a/protocols/Steam/proto_steam/src/resource.h
+++ b/protocols/Steam/proto_steam/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_IRC.rc
//
diff --git a/protocols/Steam/src/api/authorization.h b/protocols/Steam/src/api/authorization.h
index 87bff30afd..cba8d4d274 100644
--- a/protocols/Steam/src/api/authorization.h
+++ b/protocols/Steam/src/api/authorization.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_AUTHORIZATION_H_
+#ifndef _STEAM_REQUEST_AUTHORIZATION_H_
#define _STEAM_REQUEST_AUTHORIZATION_H_
class AuthorizationRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/avatar.h b/protocols/Steam/src/api/avatar.h
index ef4fcdfcf5..28e573d9d1 100644
--- a/protocols/Steam/src/api/avatar.h
+++ b/protocols/Steam/src/api/avatar.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_AVATAR_H_
+#ifndef _STEAM_REQUEST_AVATAR_H_
#define _STEAM_REQUEST_AVATAR_H_
class GetAvatarRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/captcha.h b/protocols/Steam/src/api/captcha.h
index b61dca89d6..9619a09b54 100644
--- a/protocols/Steam/src/api/captcha.h
+++ b/protocols/Steam/src/api/captcha.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_CAPTCHA_H_
+#ifndef _STEAM_REQUEST_CAPTCHA_H_
#define _STEAM_REQUEST_CAPTCHA_H_
class GetCaptchaRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/friend.h b/protocols/Steam/src/api/friend.h
index d0fd70fa22..ade553f2c0 100644
--- a/protocols/Steam/src/api/friend.h
+++ b/protocols/Steam/src/api/friend.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_FRIEND_H_
+#ifndef _STEAM_REQUEST_FRIEND_H_
#define _STEAM_REQUEST_FRIEND_H_
class GetUserSummariesRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/friend_list.h b/protocols/Steam/src/api/friend_list.h
index d6826ebb60..b6ab98402b 100644
--- a/protocols/Steam/src/api/friend_list.h
+++ b/protocols/Steam/src/api/friend_list.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_FRIEND_LIST_H_
+#ifndef _STEAM_REQUEST_FRIEND_LIST_H_
#define _STEAM_REQUEST_FRIEND_LIST_H_
class GetFriendListRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/history.h b/protocols/Steam/src/api/history.h
index 86e29a6da2..09eed8a49c 100644
--- a/protocols/Steam/src/api/history.h
+++ b/protocols/Steam/src/api/history.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_HISTORY_H_
+#ifndef _STEAM_REQUEST_HISTORY_H_
#define _STEAM_REQUEST_HISTORY_H_
class GetConversationsRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/login.h b/protocols/Steam/src/api/login.h
index ced52b065c..35ea1d8c74 100644
--- a/protocols/Steam/src/api/login.h
+++ b/protocols/Steam/src/api/login.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_LOGIN_H_
+#ifndef _STEAM_REQUEST_LOGIN_H_
#define _STEAM_REQUEST_LOGIN_H_
class LogonRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/message.h b/protocols/Steam/src/api/message.h
index 7c38bfb430..77adb4a240 100644
--- a/protocols/Steam/src/api/message.h
+++ b/protocols/Steam/src/api/message.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_MESSAGE_H_
+#ifndef _STEAM_REQUEST_MESSAGE_H_
#define _STEAM_REQUEST_MESSAGE_H_
class SendMessageRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/pending.h b/protocols/Steam/src/api/pending.h
index 411bcc2948..7c1964b6c5 100644
--- a/protocols/Steam/src/api/pending.h
+++ b/protocols/Steam/src/api/pending.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_PENDING_H_
+#ifndef _STEAM_REQUEST_PENDING_H_
#define _STEAM_REQUEST_PENDING_H_
class ApprovePendingRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/poll.h b/protocols/Steam/src/api/poll.h
index 8dd795a4fa..5c5da5674c 100644
--- a/protocols/Steam/src/api/poll.h
+++ b/protocols/Steam/src/api/poll.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_POLL_H_
+#ifndef _STEAM_REQUEST_POLL_H_
#define _STEAM_REQUEST_POLL_H_
class PollRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/rsa_key.h b/protocols/Steam/src/api/rsa_key.h
index c9c826b18b..9f89a70403 100644
--- a/protocols/Steam/src/api/rsa_key.h
+++ b/protocols/Steam/src/api/rsa_key.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_RSA_KEY_H_
+#ifndef _STEAM_REQUEST_RSA_KEY_H_
#define _STEAM_REQUEST_RSA_KEY_H_
class GetRsaKeyRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/search.h b/protocols/Steam/src/api/search.h
index e9e9691cc1..a22ed64431 100644
--- a/protocols/Steam/src/api/search.h
+++ b/protocols/Steam/src/api/search.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_SEARCH_H_
+#ifndef _STEAM_REQUEST_SEARCH_H_
#define _STEAM_REQUEST_SEARCH_H_
class SearchRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/session.h b/protocols/Steam/src/api/session.h
index 96fc560816..b00e470da6 100644
--- a/protocols/Steam/src/api/session.h
+++ b/protocols/Steam/src/api/session.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_SESSION_H_
+#ifndef _STEAM_REQUEST_SESSION_H_
#define _STEAM_REQUEST_SESSION_H_
class GetSessionRequest : public HttpRequest
diff --git a/protocols/Steam/src/http_request.h b/protocols/Steam/src/http_request.h
index 8016f2cf1d..841910dc32 100644
--- a/protocols/Steam/src/http_request.h
+++ b/protocols/Steam/src/http_request.h
@@ -1,4 +1,4 @@
-#ifndef _HTTP_REQUEST_H_
+#ifndef _HTTP_REQUEST_H_
#define _HTTP_REQUEST_H_
class HttpResponse : public NETLIBHTTPREQUEST, public MZeroedObject
diff --git a/protocols/Steam/src/main.cpp b/protocols/Steam/src/main.cpp
index b4b3498090..4010b9e46f 100644
--- a/protocols/Steam/src/main.cpp
+++ b/protocols/Steam/src/main.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
HINSTANCE g_hInstance;
diff --git a/protocols/Steam/src/request_queue.cpp b/protocols/Steam/src/request_queue.cpp
index 0f5982971d..84d6414c40 100644
--- a/protocols/Steam/src/request_queue.cpp
+++ b/protocols/Steam/src/request_queue.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/Steam/src/request_queue.h b/protocols/Steam/src/request_queue.h
index 44a2df3a8a..6d14209fb8 100644
--- a/protocols/Steam/src/request_queue.h
+++ b/protocols/Steam/src/request_queue.h
@@ -1,4 +1,4 @@
-#ifndef _REQUEST_QUEUE_H_
+#ifndef _REQUEST_QUEUE_H_
#define _REQUEST_QUEUE_H_
typedef void(*HttpResponseCallback)(const HttpResponse *response, void *arg);
diff --git a/protocols/Steam/src/resource.h b/protocols/Steam/src/resource.h
index 9ecf528375..bafc927a3b 100644
--- a/protocols/Steam/src/resource.h
+++ b/protocols/Steam/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Development\Miranda NG\Miranda NG\protocols\Steam\res\Resource.rc
//
diff --git a/protocols/Steam/src/stdafx.cxx b/protocols/Steam/src/stdafx.cxx
index bfd519e3dc..b05ed73bc5 100644
--- a/protocols/Steam/src/stdafx.cxx
+++ b/protocols/Steam/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/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h
index 42a1fd7c2d..3abce22f89 100644
--- a/protocols/Steam/src/stdafx.h
+++ b/protocols/Steam/src/stdafx.h
@@ -1,4 +1,4 @@
-#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/protocols/Steam/src/steam_avatars.cpp b/protocols/Steam/src/steam_avatars.cpp
index d52e22d074..a4ed74dd27 100644
--- a/protocols/Steam/src/steam_avatars.cpp
+++ b/protocols/Steam/src/steam_avatars.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
wchar_t* CSteamProto::GetAvatarFilePath(MCONTACT hContact)
{
diff --git a/protocols/Steam/src/steam_contacts.cpp b/protocols/Steam/src/steam_contacts.cpp
index 69afd7d0f8..7546f33d40 100644
--- a/protocols/Steam/src/steam_contacts.cpp
+++ b/protocols/Steam/src/steam_contacts.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
void CSteamProto::SetContactStatus(MCONTACT hContact, WORD status)
{
diff --git a/protocols/Steam/src/steam_dialogs.cpp b/protocols/Steam/src/steam_dialogs.cpp
index c3e3b71931..0565040d8d 100644
--- a/protocols/Steam/src/steam_dialogs.cpp
+++ b/protocols/Steam/src/steam_dialogs.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
CSteamPasswordEditor::CSteamPasswordEditor(CSteamProto *proto)
: CSteamDlgBase(proto, IDD_PASSWORD_EDITOR, false), m_ok(this, IDOK),
diff --git a/protocols/Steam/src/steam_dialogs.h b/protocols/Steam/src/steam_dialogs.h
index 139e2b7b26..133c19f414 100644
--- a/protocols/Steam/src/steam_dialogs.h
+++ b/protocols/Steam/src/steam_dialogs.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_DIALOGS_H_
+#ifndef _STEAM_DIALOGS_H_
#define _STEAM_DIALOGS_H_
typedef CProtoDlgBase<CSteamProto> CSteamDlgBase;
diff --git a/protocols/Steam/src/steam_events.cpp b/protocols/Steam/src/steam_events.cpp
index 7b6af870fc..3697689ca4 100644
--- a/protocols/Steam/src/steam_events.cpp
+++ b/protocols/Steam/src/steam_events.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int CSteamProto::OnModulesLoaded(WPARAM, LPARAM)
{
diff --git a/protocols/Steam/src/steam_history.cpp b/protocols/Steam/src/steam_history.cpp
index 613afd9d6b..3b62aa21bc 100644
--- a/protocols/Steam/src/steam_history.cpp
+++ b/protocols/Steam/src/steam_history.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
void CSteamProto::OnGotConversations(const HttpResponse *response)
{
diff --git a/protocols/Steam/src/steam_instances.cpp b/protocols/Steam/src/steam_instances.cpp
index 82da33d4bc..b88ada2bb4 100644
--- a/protocols/Steam/src/steam_instances.cpp
+++ b/protocols/Steam/src/steam_instances.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int CSteamProto::CompareProtos(const CSteamProto *p1, const CSteamProto *p2)
{
diff --git a/protocols/Steam/src/steam_login.cpp b/protocols/Steam/src/steam_login.cpp
index 83a253ae2e..d91acaba6d 100644
--- a/protocols/Steam/src/steam_login.cpp
+++ b/protocols/Steam/src/steam_login.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
bool CSteamProto::IsOnline()
{
diff --git a/protocols/Steam/src/steam_menus.cpp b/protocols/Steam/src/steam_menus.cpp
index 0d015b7b86..78d675f088 100644
--- a/protocols/Steam/src/steam_menus.cpp
+++ b/protocols/Steam/src/steam_menus.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int CSteamProto::hChooserMenu;
HGENMENU CSteamProto::contactMenuItems[CMI_MAX];
diff --git a/protocols/Steam/src/steam_messages.cpp b/protocols/Steam/src/steam_messages.cpp
index f703791eb3..e5f6665a6f 100644
--- a/protocols/Steam/src/steam_messages.cpp
+++ b/protocols/Steam/src/steam_messages.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
struct SendMessageParam
{
diff --git a/protocols/Steam/src/steam_options.cpp b/protocols/Steam/src/steam_options.cpp
index cc62799a62..ea55af1147 100644
--- a/protocols/Steam/src/steam_options.cpp
+++ b/protocols/Steam/src/steam_options.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
CSteamOptionsMain::CSteamOptionsMain(CSteamProto *proto, int idDialog, HWND hwndParent)
: CSteamDlgBase(proto, idDialog, false),
diff --git a/protocols/Steam/src/steam_options.h b/protocols/Steam/src/steam_options.h
index deb109babc..5aca344e28 100644
--- a/protocols/Steam/src/steam_options.h
+++ b/protocols/Steam/src/steam_options.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_OPTIONS_H_
+#ifndef _STEAM_OPTIONS_H_
#define _STEAM_OPTIONS_H_
class CSteamOptionsMain : public CSteamDlgBase
diff --git a/protocols/Steam/src/steam_polling.cpp b/protocols/Steam/src/steam_polling.cpp
index 5040b72781..aa5a5e2c98 100644
--- a/protocols/Steam/src/steam_polling.cpp
+++ b/protocols/Steam/src/steam_polling.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#define POLLING_ERRORS_LIMIT 5
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp
index e5fd1b3b89..dac637dbff 100644
--- a/protocols/Steam/src/steam_proto.cpp
+++ b/protocols/Steam/src/steam_proto.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
CSteamProto::CSteamProto(const char* protoName, const wchar_t* userName)
: PROTO<CSteamProto>(protoName, userName),
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h
index 1b80245315..dab65cccce 100644
--- a/protocols/Steam/src/steam_proto.h
+++ b/protocols/Steam/src/steam_proto.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_PROTO_H_
+#ifndef _STEAM_PROTO_H_
#define _STEAM_PROTO_H_
#define STEAM_SEARCH_BYID 1001
diff --git a/protocols/Steam/src/steam_request.cpp b/protocols/Steam/src/steam_request.cpp
index f47d361ec2..508552e232 100644
--- a/protocols/Steam/src/steam_request.cpp
+++ b/protocols/Steam/src/steam_request.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
class SteamResponseDelegate
{
diff --git a/protocols/Steam/src/steam_utils.cpp b/protocols/Steam/src/steam_utils.cpp
index 4438b75163..409ce4276a 100644
--- a/protocols/Steam/src/steam_utils.cpp
+++ b/protocols/Steam/src/steam_utils.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#pragma comment(lib, "crypt32.lib")
diff --git a/protocols/Steam/src/steam_xstatus.cpp b/protocols/Steam/src/steam_xstatus.cpp
index dc7bf6024d..9acf06187f 100644
--- a/protocols/Steam/src/steam_xstatus.cpp
+++ b/protocols/Steam/src/steam_xstatus.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#define STATUS_TITLE_MAX 64
#define STATUS_DESC_MAX 250
diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h
index d28b0a32b2..6b19a0e80a 100644
--- a/protocols/Steam/src/version.h
+++ b/protocols/Steam/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 6
#define __BUILD_NUM 2