diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-15 06:33:59 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-15 06:33:59 +0000 |
commit | 524c4c96a47b4dde094cfbcdcf07434c9108e392 (patch) | |
tree | 3e3f874c8c48da62567dd26845469edf78da63e4 /plugins/YAMN/src/main.h | |
parent | 45358c3507af7d4bb32c031eaa25708905effa91 (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@4035 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YAMN/src/main.h')
-rw-r--r-- | plugins/YAMN/src/main.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/YAMN/src/main.h b/plugins/YAMN/src/main.h index b81e965988..7f909df2ca 100644 --- a/plugins/YAMN/src/main.h +++ b/plugins/YAMN/src/main.h @@ -1,20 +1,6 @@ #ifndef __MAIN_H
#define __MAIN_H
-#ifdef __GNUC__
- #define __try
- #define __except(x) if (0) /* don't execute handler */
- #define __finally
- #define _try __try
- #define _except __except
- #define _finally __finally
-#endif
-
-#define YAMN_SHORTNAME "Mail Notifier"
-#define YAMN_FILENAME "yamn"
- - -#include "version.h" #define YAMN_NEWMAILSNDDESC LPGEN("YAMN: new mail message") #define YAMN_CONNECTFAILSNDDESC LPGEN("YAMN: connect failed") #define YAMN_CONNECTFAILSOUND "YAMN/Sound/ConnectFail" |