diff options
Diffstat (limited to 'plugins/TipperYM/src/preset_items.h')
-rw-r--r-- | plugins/TipperYM/src/preset_items.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/TipperYM/src/preset_items.h b/plugins/TipperYM/src/preset_items.h index 8b07f0069c..a402cca5d6 100644 --- a/plugins/TipperYM/src/preset_items.h +++ b/plugins/TipperYM/src/preset_items.h @@ -25,15 +25,15 @@ Boston, MA 02111-1307, USA. typedef struct {
char *szID;
- TCHAR *swzName;
- TCHAR *swzLabel;
- TCHAR *swzValue;
+ wchar_t *swzName;
+ wchar_t *swzLabel;
+ wchar_t *swzValue;
char *szNeededSubst[MAX_PRESET_SUBST_COUNT];
} PRESETITEM;
typedef struct {
char *szID;
- TCHAR *swzName;
+ wchar_t *swzName;
DisplaySubstType type;
char *szModuleName;
char *szSettingName;
|