Change imapMessageFlags type to PRUint16 instead of uint16.

This commit is contained in:
mscott%netscape.com 1999-03-29 23:00:48 +00:00
Родитель 267dbc414a
Коммит 528f5ab523
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@ class nsImapProtocol;
class nsImapFlagAndUidState;
/* imap message flags */
typedef uint16 imapMessageFlagsType;
typedef PRUint16 imapMessageFlagsType;
/* used for communication between libmsg and libnet */
#define kNoFlags 0x00 /* RFC flags */