diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-08 21:08:07 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-08 21:08:07 +0000 |
commit | 1451c41ce6f6f6921c70bcfe0aea52ae48ffc515 (patch) | |
tree | e8c14705efd2f25040889f2a0724d32bc8322f94 /plugins/CmdLine/src/commonheaders.h | |
parent | 9a9cd8e08881b8740e58a703e3b44328cef00c88 (diff) |
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine/src/commonheaders.h')
-rw-r--r-- | plugins/CmdLine/src/commonheaders.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/CmdLine/src/commonheaders.h b/plugins/CmdLine/src/commonheaders.h index b7a332c9d6..0359097b5c 100644 --- a/plugins/CmdLine/src/commonheaders.h +++ b/plugins/CmdLine/src/commonheaders.h @@ -21,11 +21,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_CMDLINE_COMMONHEADERS_H
#define M_CMDLINE_COMMONHEADERS_H
-#define MIRANDA_VER 0x0A00
#define _CRT_SECURE_NO_WARNINGS
-#define MIID_CMDLINE {0xcf8d9633, 0x7744, 0x4a5c, {0xb4, 0x8c, 0x2b, 0xd6, 0x36, 0xa4, 0x6c, 0xde}}
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
|