diff options
Diffstat (limited to 'plugins/ExternalAPI/m_tipper.h')
-rw-r--r-- | plugins/ExternalAPI/m_tipper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ExternalAPI/m_tipper.h b/plugins/ExternalAPI/m_tipper.h index f97e105959..7e252bcf7d 100644 --- a/plugins/ExternalAPI/m_tipper.h +++ b/plugins/ExternalAPI/m_tipper.h @@ -29,9 +29,9 @@ Boston, MA 02111-1307, USA. typedef wchar_t* (TranslateFunc)(MCONTACT hContact, const char *module, const char *setting_or_prefix, wchar_t *buff, int bufflen);
typedef struct {
- TranslateFunc *transFunc; // address of your translation function (see typedef above)
- const wchar_t *swzName; // make sure this is unique, and DO NOT translate it
- DWORD id; // will be overwritten by Tipper - do not use
+ TranslateFunc *transFunc; // address of your translation function (see typedef above)
+ const wchar_t *swzName; // make sure this is unique, and DO NOT translate it
+ uint32_t id; // will be overwritten by Tipper - do not use
} DBVTranslation;
// add a translation to tipper
|