From 0abc2a0018c17277a27e64ef7d76566441d8071d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 26 May 2015 09:09:32 +0000 Subject: Use m_http.h in Facebook, Omegle and MinecraftDynmap protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@13844 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Omegle/src/http.h | 11 ----------- protocols/Omegle/src/stdafx.h | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) (limited to 'protocols/Omegle') diff --git a/protocols/Omegle/src/http.h b/protocols/Omegle/src/http.h index d4724432e1..2fb3cb5fe6 100644 --- a/protocols/Omegle/src/http.h +++ b/protocols/Omegle/src/http.h @@ -22,17 +22,6 @@ along with this program. If not, see . #pragma once -#define HTTP_CODE_OK 200 -#define HTTP_CODE_MOVED_PERMANENTLY 301 -#define HTTP_CODE_FOUND 302 -#define HTTP_CODE_FORBIDDEN 403 -#define HTTP_CODE_NOT_FOUND 404 -#define HTTP_CODE_REQUEST_TIMEOUT 408 -#define HTTP_CODE_INTERNAL_SERVER_ERROR 500 -#define HTTP_CODE_NOT_IMPLEMENTED 501 -#define HTTP_CODE_BAD_GATEWAY 502 -#define HTTP_CODE_SERVICE_UNAVAILABLE 503 - #define HTTP_CODE_FAKE_DISCONNECTED 0 #define HTTP_CODE_FAKE_ERROR 1 diff --git a/protocols/Omegle/src/stdafx.h b/protocols/Omegle/src/stdafx.h index 3b6b8b66bb..aaf7530ce4 100644 --- a/protocols/Omegle/src/stdafx.h +++ b/protocols/Omegle/src/stdafx.h @@ -57,6 +57,7 @@ along with this program. If not, see . #include #include //#include +#include #include "version.h" -- cgit v1.2.3