This commit is contained in:
darin%meer.net 2005-05-16 23:00:47 +00:00
Родитель 5a9ce4fdc6
Коммит c49acb9998
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -43,6 +43,12 @@
#include "nsString.h"
#include "nsCOMPtr.h"
// The Platform SDK included with VC6 does not define REG_QWORD. VC 7's
// WinNT.h defines REG_QWORD as follows:
#ifndef REG_QWORD
# define REG_QWORD 11
#endif
//-----------------------------------------------------------------------------
// This class simplifies conversion from unicode to native charset somewhat.