fixing VC6 build bustage
git-svn-id: svn://10.0.0.236/trunk@173486 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
393687f4b2
commit
093c230ada
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user