Change imapMessageFlags type to PRUint16 instead of uint16.
git-svn-id: svn://10.0.0.236/trunk@25478 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user