diff options
Diffstat (limited to 'plugins/Dbx_kyoto/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_kyoto/src/dbintf.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/Dbx_kyoto/src/dbintf.h b/plugins/Dbx_kyoto/src/dbintf.h index 3d05288d26..9e75bd2804 100644 --- a/plugins/Dbx_kyoto/src/dbintf.h +++ b/plugins/Dbx_kyoto/src/dbintf.h @@ -99,14 +99,13 @@ struct DBEvent struct DBEventSortingKey
{
- DWORD dwContactId, ts, dwEventId;
+ uint32_t dwContactId, ts, dwEventId;
};
struct DBSettingSortingKey
{
- DWORD dwContactID;
- DWORD dwOfsModule;
- char szSettingName[100];
+ uint32_t dwContactID, dwOfsModule;
+ char szSettingName[100];
};
struct DBCachedContact : public DBCachedContactBase
|