diff options
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 9133309a4c..b069f2dcf2 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -38,13 +38,8 @@ typedef enum }
PROTOEVENTTYPE;
-#if MIRANDA_VER >= 0x0900
- #define PROTOCHAR TCHAR
- #define PROTOFILEEVENT PROTORECVFILET
-#else
- #define PROTOCHAR char
- #define PROTOFILEEVENT PROTORECVFILE
-#endif
+#define PROTOCHAR TCHAR
+#define PROTOFILEEVENT PROTORECVFILET
#ifndef __cplusplus
typedef struct tagPROTO_INTERFACE_VTBL
|