зеркало из https://github.com/mozilla/pjs.git
Fix win32 build bustage, r=scc
This commit is contained in:
Родитель
30ae0dfa95
Коммит
1e7caf9ea7
|
@ -285,8 +285,8 @@ nsReadingIterator<CharT>::advance( difference_type n )
|
||||||
// NOTE: need to break iterators out into their own file (as with many classes here), need
|
// NOTE: need to break iterators out into their own file (as with many classes here), need
|
||||||
// these routines, but can't currently |#include "nsReadableUtils.h"|, this hack is bad
|
// these routines, but can't currently |#include "nsReadableUtils.h"|, this hack is bad
|
||||||
// but we need it to get OS2 building again. Fix by splitting things into different files.
|
// but we need it to get OS2 building again. Fix by splitting things into different files.
|
||||||
extern size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
NS_COM size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
||||||
extern size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
NS_COM size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
||||||
|
|
||||||
template <class Iterator>
|
template <class Iterator>
|
||||||
inline
|
inline
|
||||||
|
|
|
@ -35,9 +35,10 @@
|
||||||
#include "nsAWritableString.h"
|
#include "nsAWritableString.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
NS_COM size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
NS_COM size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
||||||
NS_COM size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
NS_COM size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
NS_COM void CopyUCS2toASCII( const nsAReadableString& aSource, nsAWritableCString& aDest );
|
NS_COM void CopyUCS2toASCII( const nsAReadableString& aSource, nsAWritableCString& aDest );
|
||||||
|
|
|
@ -285,8 +285,8 @@ nsReadingIterator<CharT>::advance( difference_type n )
|
||||||
// NOTE: need to break iterators out into their own file (as with many classes here), need
|
// NOTE: need to break iterators out into their own file (as with many classes here), need
|
||||||
// these routines, but can't currently |#include "nsReadableUtils.h"|, this hack is bad
|
// these routines, but can't currently |#include "nsReadableUtils.h"|, this hack is bad
|
||||||
// but we need it to get OS2 building again. Fix by splitting things into different files.
|
// but we need it to get OS2 building again. Fix by splitting things into different files.
|
||||||
extern size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
NS_COM size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
||||||
extern size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
NS_COM size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
||||||
|
|
||||||
template <class Iterator>
|
template <class Iterator>
|
||||||
inline
|
inline
|
||||||
|
|
|
@ -35,9 +35,10 @@
|
||||||
#include "nsAWritableString.h"
|
#include "nsAWritableString.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
NS_COM size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
NS_COM size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
||||||
NS_COM size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
NS_COM size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
NS_COM void CopyUCS2toASCII( const nsAReadableString& aSource, nsAWritableCString& aDest );
|
NS_COM void CopyUCS2toASCII( const nsAReadableString& aSource, nsAWritableCString& aDest );
|
||||||
|
|
|
@ -285,8 +285,8 @@ nsReadingIterator<CharT>::advance( difference_type n )
|
||||||
// NOTE: need to break iterators out into their own file (as with many classes here), need
|
// NOTE: need to break iterators out into their own file (as with many classes here), need
|
||||||
// these routines, but can't currently |#include "nsReadableUtils.h"|, this hack is bad
|
// these routines, but can't currently |#include "nsReadableUtils.h"|, this hack is bad
|
||||||
// but we need it to get OS2 building again. Fix by splitting things into different files.
|
// but we need it to get OS2 building again. Fix by splitting things into different files.
|
||||||
extern size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
NS_COM size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
||||||
extern size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
NS_COM size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
||||||
|
|
||||||
template <class Iterator>
|
template <class Iterator>
|
||||||
inline
|
inline
|
||||||
|
|
|
@ -35,9 +35,10 @@
|
||||||
#include "nsAWritableString.h"
|
#include "nsAWritableString.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
NS_COM size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
NS_COM size_t Distance( const nsReadingIterator<PRUnichar>&, const nsReadingIterator<PRUnichar>& );
|
||||||
NS_COM size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
NS_COM size_t Distance( const nsReadingIterator<char>&, const nsReadingIterator<char>& );
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
NS_COM void CopyUCS2toASCII( const nsAReadableString& aSource, nsAWritableCString& aDest );
|
NS_COM void CopyUCS2toASCII( const nsAReadableString& aSource, nsAWritableCString& aDest );
|
||||||
|
|
Загрузка…
Ссылка в новой задаче