mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Fixing 280235. WinCE build stuff. r+sr=jst
This commit is contained in:
parent
edf81a19d0
commit
dea2b6161a
@ -38,6 +38,12 @@
|
||||
|
||||
#include "domstubs.idl"
|
||||
|
||||
%{C++
|
||||
#ifdef WINCE
|
||||
#undef ERROR
|
||||
#endif
|
||||
%}
|
||||
|
||||
[scriptable, uuid(e565d518-4510-407f-a3d9-3b4107549c6d)]
|
||||
interface nsIDOMNSEvent : nsISupports
|
||||
{
|
||||
|
@ -106,9 +106,11 @@ static PRLogModuleInfo* gJSDiagnostics;
|
||||
#endif
|
||||
|
||||
// Thank you Microsoft!
|
||||
#ifndef WINCE
|
||||
#ifdef CompareString
|
||||
#undef CompareString
|
||||
#endif
|
||||
#endif // WINCE
|
||||
|
||||
#define NS_GC_DELAY 2000 // ms
|
||||
#define NS_FIRST_GC_DELAY 10000 // ms
|
||||
|
Loading…
Reference in New Issue
Block a user