mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Fixing WinCE Bustage. r=darin
This commit is contained in:
parent
384d09b420
commit
41ea39d729
@ -91,7 +91,10 @@
|
||||
#include "nsHashPropertyBag.h"
|
||||
#include "nsStringAPI.h"
|
||||
#include "nsStringBuffer.h"
|
||||
|
||||
#ifndef WINCE
|
||||
#include "nsWindowsRegKey.h"
|
||||
#endif
|
||||
|
||||
void XXXNeverCalled()
|
||||
{
|
||||
@ -241,5 +244,7 @@ void XXXNeverCalled()
|
||||
b.ToString(0, y);
|
||||
}
|
||||
|
||||
#ifndef WINCE
|
||||
NS_NewWindowsRegKey(nsnull);
|
||||
#endif
|
||||
}
|
||||
|
@ -114,7 +114,7 @@
|
||||
|
||||
#include "SpecialSystemDirectory.h"
|
||||
|
||||
#ifdef XP_WIN
|
||||
#if defined(XP_WIN) && !defined(WINCE)
|
||||
#include "nsWindowsRegKey.h"
|
||||
#endif
|
||||
|
||||
@ -390,7 +390,7 @@ static const nsModuleComponentInfo components[] = {
|
||||
#define NS_HASH_PROPERTY_BAG_CLASSNAME "Hashtable Property Bag"
|
||||
COMPONENT(HASH_PROPERTY_BAG, nsHashPropertyBagConstructor),
|
||||
|
||||
#ifdef XP_WIN
|
||||
#if defined(XP_WIN) && !defined(WINCE)
|
||||
COMPONENT(WINDOWSREGKEY, nsWindowsRegKeyConstructor),
|
||||
#endif
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user