diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-18 21:04:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-18 21:04:10 +0000 |
commit | 02413392a2b40fcebe5f178c776402a9ce148604 (patch) | |
tree | 300d3327a04f932138fa820e9e10755bc58b7235 /plugins/MyDetails/commons.h | |
parent | c9700ede2ef5444c6f754322e7c255441d6d6721 (diff) |
compilation fix for MyDetails
git-svn-id: http://svn.miranda-ng.org/main/trunk@1027 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/commons.h')
-rw-r--r-- | plugins/MyDetails/commons.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/MyDetails/commons.h b/plugins/MyDetails/commons.h index e553fee299..cc176e193a 100644 --- a/plugins/MyDetails/commons.h +++ b/plugins/MyDetails/commons.h @@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. #ifndef __COMMONS_H__
# define __COMMONS_H__
+#define _CRT_SECURE_NO_WARNINGS
#define _WIN32_WINNT 0x0501
#include <windows.h>
@@ -45,12 +46,10 @@ Boston, MA 02111-1307, USA. #include <m_listeningto.h>
#include <m_NewAwaySys.h>
-#include <m_updater.h>
#include <m_fontservice.h>
#include <m_variables.h>
#include <m_avatars.h>
#include <m_statusplugins.h>
-#include <m_ersatz.h>
#include <m_icq.h>
#include <m_icolib.h>
#include "m_cluiframes.h"
@@ -63,20 +62,16 @@ Boston, MA 02111-1307, USA. #include "resource.h"
-
#define MODULE_NAME "MyDetails"
#define SETTING_FRAME_VISIBLE "FrameVisible"
#define SETTING_DEFAULT_NICK "DefaultNick"
-
extern HINSTANCE hInst;
-extern PLUGINLINK *pluginLink;
extern long nickname_dialog_open;
extern long status_msg_dialog_open;
-
#include "m_mydetails.h"
#include "data.h"
#include "options.h"
|