From 555cb30158d41cb7f66eae95d5aaf400a413731a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 5 Apr 2015 11:22:18 +0000 Subject: fix for custom sorting procedures git-svn-id: http://svn.miranda-ng.org/main/trunk@12605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_kyoto/src/dbintf.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'plugins/Dbx_kyoto/src/dbintf.h') 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 -- cgit v1.2.3