Fixing 280235. WinCE build stuff. r+sr=jst

This commit is contained in:
dougt%meer.net 2005-01-28 23:05:36 +00:00
Родитель edf81a19d0
Коммит dea2b6161a
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -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