Bug 652506 - Remove WinCE code from xpcom; r=bsmedberg

This commit is contained in:
Ed Morley
2011-05-01 20:59:24 +02:00
parent 12a4138242
commit 49398a0b56
31 changed files with 27 additions and 1068 deletions

View File

@@ -162,7 +162,7 @@ NS_MEMORY_REPORTER_IMPLEMENT(MallocDefaultAllocated,
#endif
#if defined(XP_WIN) && !defined(WINCE)
#ifdef XP_WIN
#include <windows.h>
#include <psapi.h>
@@ -239,7 +239,7 @@ nsMemoryReporterManager::Init()
#endif
#endif
#if defined(XP_WIN) && !defined(WINCE)
#ifdef XP_WIN
#if MOZ_WINSDK_TARGETVER >= MOZ_NTDDI_LONGHORN
REGISTER(Win32PrivateBytes);
#endif