make enums scriptable to fix startup assert

This commit is contained in:
bienvenu%netscape.com 1999-07-13 19:18:35 +00:00
parent d9b86f76c2
commit a06f49f1ef

View File

@ -33,6 +33,8 @@ interface nsIDBFolderInfo;
typedef long nsMsgDBCommit;
[scriptable, uuid(aa4d45d0-3956-11d3-8d76-00805f8a6617)]
interface nsMsgDBCommitType
{
const long kSmallCommit = 0;