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:
mscott%netscape.com
1999-03-29 23:00:48 +00:00
parent bc3850ec83
commit 1b00b2fa13

View File

@@ -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 */