diff options
Diffstat (limited to 'protocols/YAMN/main.h')
-rw-r--r-- | protocols/YAMN/main.h | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/protocols/YAMN/main.h b/protocols/YAMN/main.h index 1ec690873d..08d9f91fed 100644 --- a/protocols/YAMN/main.h +++ b/protocols/YAMN/main.h @@ -9,20 +9,10 @@ #define _except __except
#define _finally __finally
#endif
-//For updater
-//#define YAMN_9x
-#ifndef WIN2IN1
-#ifdef YAMN_9x
- #define YAMN_SHORTNAME "YAMN tweety win9x"
- #define YAMN_FILENAME "yamn_9x"
-#else
- #define YAMN_SHORTNAME "YAMN tweety"
- #define YAMN_FILENAME "yamn"
-#endif
-#else
- #define YAMN_SHORTNAME "YAMN tweety 2in1"
- #define YAMN_FILENAME "yamn"
-#endif //WIN2IN1
+
+#define YAMN_SHORTNAME "YAMN tweety"
+#define YAMN_FILENAME "yamn"
+
#include "version.h"
#define YAMN_NEWMAILSNDDESC "YAMN: new mail message"
|