summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-08-10 15:44:17 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-08-10 15:44:17 +0000
commit788326a35a2f727b711b77e52dd2b79290271f99 (patch)
treea3534f80ed7e667fcde8caa63f1c50cd4ca2656b /protocols/Yahoo/src
parent328f3691c1a59fe92104d15a088293ef9d59d44d (diff)
Yahoo: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14897 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/src')
-rw-r--r--protocols/Yahoo/src/avatar.cpp2
-rw-r--r--protocols/Yahoo/src/chat.cpp2
-rw-r--r--protocols/Yahoo/src/file_transfer.cpp2
-rw-r--r--protocols/Yahoo/src/http_gateway.cpp2
-rw-r--r--protocols/Yahoo/src/icolib.cpp2
-rw-r--r--protocols/Yahoo/src/ignore.cpp2
-rw-r--r--protocols/Yahoo/src/im.cpp2
-rw-r--r--protocols/Yahoo/src/links.cpp2
-rw-r--r--protocols/Yahoo/src/main.cpp2
-rw-r--r--protocols/Yahoo/src/options.cpp2
-rw-r--r--protocols/Yahoo/src/proto.cpp2
-rw-r--r--protocols/Yahoo/src/search.cpp2
-rw-r--r--protocols/Yahoo/src/server.cpp2
-rw-r--r--protocols/Yahoo/src/services.cpp2
-rw-r--r--protocols/Yahoo/src/stdafx.cxx (renamed from protocols/Yahoo/src/stdafx.cpp)2
-rw-r--r--protocols/Yahoo/src/stdafx.h (renamed from protocols/Yahoo/src/yahoo.h)0
-rw-r--r--protocols/Yahoo/src/user_info.cpp2
-rw-r--r--protocols/Yahoo/src/util.cpp2
-rw-r--r--protocols/Yahoo/src/webcam.cpp2
-rw-r--r--protocols/Yahoo/src/yahoo.cpp2
20 files changed, 19 insertions, 19 deletions
diff --git a/protocols/Yahoo/src/avatar.cpp b/protocols/Yahoo/src/avatar.cpp
index 002764f165..e0ea4d6f15 100644
--- a/protocols/Yahoo/src/avatar.cpp
+++ b/protocols/Yahoo/src/avatar.cpp
@@ -11,7 +11,7 @@
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <sys/stat.h>
diff --git a/protocols/Yahoo/src/chat.cpp b/protocols/Yahoo/src/chat.cpp
index e7a2ba1fe3..906c1f1804 100644
--- a/protocols/Yahoo/src/chat.cpp
+++ b/protocols/Yahoo/src/chat.cpp
@@ -11,7 +11,7 @@
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include "resource.h"
#include <m_protosvc.h>
#include <m_langpack.h>
diff --git a/protocols/Yahoo/src/file_transfer.cpp b/protocols/Yahoo/src/file_transfer.cpp
index 91083d9568..649b9ce855 100644
--- a/protocols/Yahoo/src/file_transfer.cpp
+++ b/protocols/Yahoo/src/file_transfer.cpp
@@ -13,7 +13,7 @@
#include <time.h>
#include <sys/stat.h>
-#include "yahoo.h"
+#include "stdafx.h"
#include <m_protosvc.h>
#include "file_transfer.h"
diff --git a/protocols/Yahoo/src/http_gateway.cpp b/protocols/Yahoo/src/http_gateway.cpp
index 5136a26196..bbf5412eae 100644
--- a/protocols/Yahoo/src/http_gateway.cpp
+++ b/protocols/Yahoo/src/http_gateway.cpp
@@ -11,7 +11,7 @@
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#ifdef HTTP_GATEWAY
diff --git a/protocols/Yahoo/src/icolib.cpp b/protocols/Yahoo/src/icolib.cpp
index 74aca39d1a..f647d3887c 100644
--- a/protocols/Yahoo/src/icolib.cpp
+++ b/protocols/Yahoo/src/icolib.cpp
@@ -10,7 +10,7 @@
* I want to thank Robert Rainwater and George Hazan for their code and support
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <m_langpack.h>
#include <win2k.h>
#include "m_icolib.h"
diff --git a/protocols/Yahoo/src/ignore.cpp b/protocols/Yahoo/src/ignore.cpp
index 24f0d96957..88cc7e39f5 100644
--- a/protocols/Yahoo/src/ignore.cpp
+++ b/protocols/Yahoo/src/ignore.cpp
@@ -10,7 +10,7 @@
* I want to thank Robert Rainwater and George Hazan for their code and support
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include "ignore.h"
const YList* CYahooProto::GetIgnoreList(void)
diff --git a/protocols/Yahoo/src/im.cpp b/protocols/Yahoo/src/im.cpp
index db6ead3956..11c6a4de5f 100644
--- a/protocols/Yahoo/src/im.cpp
+++ b/protocols/Yahoo/src/im.cpp
@@ -11,7 +11,7 @@
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <m_langpack.h>
#include <m_protosvc.h>
diff --git a/protocols/Yahoo/src/links.cpp b/protocols/Yahoo/src/links.cpp
index a436c3f400..c9c6bd76dc 100644
--- a/protocols/Yahoo/src/links.cpp
+++ b/protocols/Yahoo/src/links.cpp
@@ -11,7 +11,7 @@
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include "m_addcontact.h"
#include "m_message.h"
diff --git a/protocols/Yahoo/src/main.cpp b/protocols/Yahoo/src/main.cpp
index ea336f0fd9..1672312335 100644
--- a/protocols/Yahoo/src/main.cpp
+++ b/protocols/Yahoo/src/main.cpp
@@ -10,7 +10,7 @@
* I want to thank Robert Rainwater and George Hazan for their code and support
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include "http_gateway.h"
#include "version.h"
#include "resource.h"
diff --git a/protocols/Yahoo/src/options.cpp b/protocols/Yahoo/src/options.cpp
index 2049e99ec8..ce0a1b613e 100644
--- a/protocols/Yahoo/src/options.cpp
+++ b/protocols/Yahoo/src/options.cpp
@@ -11,7 +11,7 @@
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include "resource.h"
#include <m_langpack.h>
diff --git a/protocols/Yahoo/src/proto.cpp b/protocols/Yahoo/src/proto.cpp
index ccb3c16257..70ebc1cdcc 100644
--- a/protocols/Yahoo/src/proto.cpp
+++ b/protocols/Yahoo/src/proto.cpp
@@ -11,7 +11,7 @@
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <win2k.h>
diff --git a/protocols/Yahoo/src/search.cpp b/protocols/Yahoo/src/search.cpp
index 0e05230c5c..08feebb998 100644
--- a/protocols/Yahoo/src/search.cpp
+++ b/protocols/Yahoo/src/search.cpp
@@ -11,7 +11,7 @@
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <m_protosvc.h>
#include <m_langpack.h>
diff --git a/protocols/Yahoo/src/server.cpp b/protocols/Yahoo/src/server.cpp
index 385eed93ba..5c99d2d1b4 100644
--- a/protocols/Yahoo/src/server.cpp
+++ b/protocols/Yahoo/src/server.cpp
@@ -10,7 +10,7 @@
* I want to thank Robert Rainwater and George Hazan for their code and support
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <time.h>
int PASCAL send(SOCKET s, const char FAR *buf, int len, int flags)
diff --git a/protocols/Yahoo/src/services.cpp b/protocols/Yahoo/src/services.cpp
index 25e7a2a1e1..d3210ba217 100644
--- a/protocols/Yahoo/src/services.cpp
+++ b/protocols/Yahoo/src/services.cpp
@@ -11,7 +11,7 @@
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <m_protosvc.h>
#include <m_langpack.h>
diff --git a/protocols/Yahoo/src/stdafx.cpp b/protocols/Yahoo/src/stdafx.cxx
index da48b93955..6fb37564b7 100644
--- a/protocols/Yahoo/src/stdafx.cpp
+++ b/protocols/Yahoo/src/stdafx.cxx
@@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "yahoo.h" \ No newline at end of file
+#include "stdafx.h" \ No newline at end of file
diff --git a/protocols/Yahoo/src/yahoo.h b/protocols/Yahoo/src/stdafx.h
index 1a15b46d58..1a15b46d58 100644
--- a/protocols/Yahoo/src/yahoo.h
+++ b/protocols/Yahoo/src/stdafx.h
diff --git a/protocols/Yahoo/src/user_info.cpp b/protocols/Yahoo/src/user_info.cpp
index bb96c73132..5c4e573ce0 100644
--- a/protocols/Yahoo/src/user_info.cpp
+++ b/protocols/Yahoo/src/user_info.cpp
@@ -11,7 +11,7 @@
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <m_options.h>
#include <m_skin.h>
diff --git a/protocols/Yahoo/src/util.cpp b/protocols/Yahoo/src/util.cpp
index 486fe2a7b1..d1318c182f 100644
--- a/protocols/Yahoo/src/util.cpp
+++ b/protocols/Yahoo/src/util.cpp
@@ -10,7 +10,7 @@
* I want to thank Robert Rainwater and George Hazan for their code and support
* and for answering some of my questions during development of this plugin.
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <windowsx.h>
#include <m_popup.h>
#include <m_protosvc.h>
diff --git a/protocols/Yahoo/src/webcam.cpp b/protocols/Yahoo/src/webcam.cpp
index 8a5c0b01e9..b52bdcff68 100644
--- a/protocols/Yahoo/src/webcam.cpp
+++ b/protocols/Yahoo/src/webcam.cpp
@@ -18,7 +18,7 @@
/*
* Miranda headers
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <m_protosvc.h>
#include <m_langpack.h>
#include <m_message.h>
diff --git a/protocols/Yahoo/src/yahoo.cpp b/protocols/Yahoo/src/yahoo.cpp
index 0a08837a8c..b9ffedfdd9 100644
--- a/protocols/Yahoo/src/yahoo.cpp
+++ b/protocols/Yahoo/src/yahoo.cpp
@@ -14,7 +14,7 @@
/*
* Miranda headers
*/
-#include "yahoo.h"
+#include "stdafx.h"
#include <m_protosvc.h>
#include <m_langpack.h>
#include <m_skin.h>