diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 21:32:04 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 21:32:04 +0000 |
commit | 2640a97741c22a462b007277242b555916a0a025 (patch) | |
tree | 6bb4edd1cb2c79489eb75c39136c0a11900015d9 /plugins/YAMN/src | |
parent | ae2b2899a40c45aecdb967aa20eb900c61ea5a45 (diff) |
YAMN: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14805 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN/src')
-rw-r--r-- | plugins/YAMN/src/account.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/browser/badconnect.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/browser/mailbrowser.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/debug.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/filterplugin.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/mails/decode.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/mails/mails.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/mails/mime.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/proto/netlib.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/proto/pop3/pop3.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/proto/pop3/pop3comm.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/proto/pop3/pop3opt.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/protoplugin.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/services.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/stdafx.cxx (renamed from plugins/YAMN/src/stdafx.cpp) | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/stdafx.h (renamed from plugins/YAMN/src/yamn.h) | 1 | ||||
-rw-r--r-- | plugins/YAMN/src/synchro.cpp | 2 | ||||
-rw-r--r-- | plugins/YAMN/src/yamn.cpp | 2 |
19 files changed, 18 insertions, 19 deletions
diff --git a/plugins/YAMN/src/account.cpp b/plugins/YAMN/src/account.cpp index 4f15b8549c..230f9e089b 100644 --- a/plugins/YAMN/src/account.cpp +++ b/plugins/YAMN/src/account.cpp @@ -6,7 +6,7 @@ * (c) majvan 2002-2004 */ -#include "yamn.h" +#include "stdafx.h" //Account status CS //When we check some account, thread should change status of account to idle, connecting etc. diff --git a/plugins/YAMN/src/browser/badconnect.cpp b/plugins/YAMN/src/browser/badconnect.cpp index 87acfa97ac..42063887ba 100644 --- a/plugins/YAMN/src/browser/badconnect.cpp +++ b/plugins/YAMN/src/browser/badconnect.cpp @@ -4,7 +4,7 @@ * (c) majvan 2002,2004
*/
-#include "..\yamn.h"
+#include "..\stdafx.h"
#define BADCONNECTTITLE LPGEN("%s - connection error")
#define BADCONNECTMSG LPGEN("An error occurred. Error code: %d")//is in use?
diff --git a/plugins/YAMN/src/browser/mailbrowser.cpp b/plugins/YAMN/src/browser/mailbrowser.cpp index 1e4ba0ea3d..f3d300ac78 100644 --- a/plugins/YAMN/src/browser/mailbrowser.cpp +++ b/plugins/YAMN/src/browser/mailbrowser.cpp @@ -10,7 +10,7 @@ * put it back to uncommented and compile again :) */ -#include "../yamn.h" +#include "../stdafx.h" #define TIMER_FLASHING 0x09061979 #define MAILBROWSER_MINXSIZE 200 //min size of mail browser window diff --git a/plugins/YAMN/src/debug.cpp b/plugins/YAMN/src/debug.cpp index 99053b5c49..96d61131bc 100644 --- a/plugins/YAMN/src/debug.cpp +++ b/plugins/YAMN/src/debug.cpp @@ -7,7 +7,7 @@ * (c) majvan 2002-2004
*/
-#include "yamn.h"
+#include "stdafx.h"
#ifdef _DEBUG
diff --git a/plugins/YAMN/src/filterplugin.cpp b/plugins/YAMN/src/filterplugin.cpp index b1ad1f0abf..e6875ccec7 100644 --- a/plugins/YAMN/src/filterplugin.cpp +++ b/plugins/YAMN/src/filterplugin.cpp @@ -4,7 +4,7 @@ * (c) majvan 2002-2004
*/
-#include "yamn.h"
+#include "stdafx.h"
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
diff --git a/plugins/YAMN/src/mails/decode.cpp b/plugins/YAMN/src/mails/decode.cpp index 96c561808d..8f8099e776 100644 --- a/plugins/YAMN/src/mails/decode.cpp +++ b/plugins/YAMN/src/mails/decode.cpp @@ -4,7 +4,7 @@ *
* (c) majvan 2002-2004
*/
-#include "../yamn.h"
+#include "../stdafx.h"
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
diff --git a/plugins/YAMN/src/mails/mails.cpp b/plugins/YAMN/src/mails/mails.cpp index ad9083f5b9..4b8422ac46 100644 --- a/plugins/YAMN/src/mails/mails.cpp +++ b/plugins/YAMN/src/mails/mails.cpp @@ -4,7 +4,7 @@ * (c) majvan 2002-2004
*/
-#include "../yamn.h"
+#include "../stdafx.h"
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
diff --git a/plugins/YAMN/src/mails/mime.cpp b/plugins/YAMN/src/mails/mime.cpp index 4dc0c5aefc..906d18d776 100644 --- a/plugins/YAMN/src/mails/mime.cpp +++ b/plugins/YAMN/src/mails/mime.cpp @@ -4,7 +4,7 @@ * (c) majvan 2002-2004
*/
-#include "../yamn.h"
+#include "../stdafx.h"
//--------------------------------------------------------------------------------------------------
diff --git a/plugins/YAMN/src/main.cpp b/plugins/YAMN/src/main.cpp index 92fd9f4c2c..94175d3259 100644 --- a/plugins/YAMN/src/main.cpp +++ b/plugins/YAMN/src/main.cpp @@ -8,7 +8,7 @@ * (c) majvan 2002-2004 */ -#include "yamn.h" +#include "stdafx.h" //-------------------------------------------------------------------------------------------------- diff --git a/plugins/YAMN/src/proto/netlib.cpp b/plugins/YAMN/src/proto/netlib.cpp index 327b08b0c4..1fe773732d 100644 --- a/plugins/YAMN/src/proto/netlib.cpp +++ b/plugins/YAMN/src/proto/netlib.cpp @@ -4,7 +4,7 @@ * (c) majvan 2002-2004
*/
-#include "..\yamn.h"
+#include "..\stdafx.h"
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
diff --git a/plugins/YAMN/src/proto/pop3/pop3.cpp b/plugins/YAMN/src/proto/pop3/pop3.cpp index f75ad174c6..1be2d83678 100644 --- a/plugins/YAMN/src/proto/pop3/pop3.cpp +++ b/plugins/YAMN/src/proto/pop3/pop3.cpp @@ -23,7 +23,7 @@ * */ -#include "..\..\yamn.h" +#include "..\..\stdafx.h" //-------------------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------------------- diff --git a/plugins/YAMN/src/proto/pop3/pop3comm.cpp b/plugins/YAMN/src/proto/pop3/pop3comm.cpp index edfcca0942..593f5238de 100644 --- a/plugins/YAMN/src/proto/pop3/pop3comm.cpp +++ b/plugins/YAMN/src/proto/pop3/pop3comm.cpp @@ -10,7 +10,7 @@ */
-#include "../../yamn.h"
+#include "../../stdafx.h"
#define ERRORSTR_MAXLEN 1024 //in wide-chars
diff --git a/plugins/YAMN/src/proto/pop3/pop3opt.cpp b/plugins/YAMN/src/proto/pop3/pop3opt.cpp index 337efd256a..6b6393a022 100644 --- a/plugins/YAMN/src/proto/pop3/pop3opt.cpp +++ b/plugins/YAMN/src/proto/pop3/pop3opt.cpp @@ -4,7 +4,7 @@ * (c) majvan 2002-2003
*/
-#include "../../yamn.h"
+#include "../../stdafx.h"
//--------------------------------------------------------------------------------------------------
diff --git a/plugins/YAMN/src/protoplugin.cpp b/plugins/YAMN/src/protoplugin.cpp index 655ba4d238..785bb40c77 100644 --- a/plugins/YAMN/src/protoplugin.cpp +++ b/plugins/YAMN/src/protoplugin.cpp @@ -4,7 +4,7 @@ * (c) majvan 2002-2004
*/
-#include "yamn.h"
+#include "stdafx.h"
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
diff --git a/plugins/YAMN/src/services.cpp b/plugins/YAMN/src/services.cpp index 78662e565d..8a8187f593 100644 --- a/plugins/YAMN/src/services.cpp +++ b/plugins/YAMN/src/services.cpp @@ -1,4 +1,4 @@ -#include "yamn.h"
+#include "stdafx.h"
static INT_PTR Service_GetCaps(WPARAM wParam, LPARAM lParam)
{
diff --git a/plugins/YAMN/src/stdafx.cpp b/plugins/YAMN/src/stdafx.cxx index b61c1af1a0..6fb37564b7 100644 --- a/plugins/YAMN/src/stdafx.cpp +++ b/plugins/YAMN/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 "yamn.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/YAMN/src/yamn.h b/plugins/YAMN/src/stdafx.h index 11f8ae0569..f454aa8829 100644 --- a/plugins/YAMN/src/yamn.h +++ b/plugins/YAMN/src/stdafx.h @@ -2,7 +2,6 @@ #ifndef __YAMN_H
#define __YAMN_H
-#define _CRT_SECURE_NO_WARNINGS
#define VC_EXTRALEAN
#include <windows.h>
diff --git a/plugins/YAMN/src/synchro.cpp b/plugins/YAMN/src/synchro.cpp index 84cc4cece0..6b37e151dc 100644 --- a/plugins/YAMN/src/synchro.cpp +++ b/plugins/YAMN/src/synchro.cpp @@ -5,7 +5,7 @@ * (c) majvan 2002-2004
*/
-#include "yamn.h"
+#include "stdafx.h"
// Initializes a SWMRG structure. This structure must be
// initialized before any writer or reader threads attempt
diff --git a/plugins/YAMN/src/yamn.cpp b/plugins/YAMN/src/yamn.cpp index b9ee9b87aa..a0f761ac46 100644 --- a/plugins/YAMN/src/yamn.cpp +++ b/plugins/YAMN/src/yamn.cpp @@ -4,7 +4,7 @@ * (c) majvan 2002-2004
*/
-#include "yamn.h"
+#include "stdafx.h"
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
|