diff options
Diffstat (limited to 'include/m_popup.h')
-rw-r--r-- | include/m_popup.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/include/m_popup.h b/include/m_popup.h index 87d69bb297..d19054520f 100644 --- a/include/m_popup.h +++ b/include/m_popup.h @@ -61,14 +61,8 @@ typedef struct // this data, however you MUST NOT chahge that.
// unicode or ansi mode
-#define PU2_ANSI 0x00
-#define PU2_UNICODE 0x01
-#if defined(UNICODE) || defined(_UNICODE)
-#define PU2_TCHAR PU2_UNICODE
-#else
-#define PU2_TCHAR PU2_ANSI
-#endif
-
+#define PU2_ANSI 0x00
+#define PU2_UNICODE 0x01
#define PU2_CUSTOM_POPUP 0x02
typedef struct
|