зеркало из https://github.com/mozilla/gecko-dev.git
177173 - Exports required string headers to SDK, r=jag, sr=alecf, a=robert@ocallahan.org
This commit is contained in:
Родитель
2fb11b7d84
Коммит
ff5fb46b69
|
@ -31,18 +31,23 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = string
|
||||
|
||||
SDK_HEADERS = \
|
||||
nsAlgorithm.h \
|
||||
nsAString.h \
|
||||
nsBufferHandle.h \
|
||||
nsCharTraits.h \
|
||||
nsStringDefines.h \
|
||||
nsStringFragment.h \
|
||||
nsStringFwd.h \
|
||||
nsStringIterator.h \
|
||||
nsStringIteratorUtils.h \
|
||||
nsStringTraits.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsAFlatString.h \
|
||||
nsAlgorithm.h \
|
||||
nsASingleFragmentString.h \
|
||||
nsAStringGenerator.h \
|
||||
nsBufferHandleUtils.h \
|
||||
nsCharTraits.h \
|
||||
nsDependentConcatenation.h \
|
||||
nsDependentString.h \
|
||||
nsDependentSubstring.h \
|
||||
|
@ -54,11 +59,6 @@ EXPORTS = \
|
|||
nsSharableString.h \
|
||||
nsSharedBufferList.h \
|
||||
nsSlidingString.h \
|
||||
nsStringDefines.h \
|
||||
nsStringFwd.h \
|
||||
nsStringIterator.h \
|
||||
nsStringIteratorUtils.h \
|
||||
nsStringTraits.h \
|
||||
nsXPIDLString.h \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -810,8 +810,10 @@ operator> ( const nsACString& lhs, const nsACString& rhs )
|
|||
}
|
||||
|
||||
// Once you've got strings, you shouldn't need to do anything else to have concatenation
|
||||
#ifndef XPCOM_GLUE
|
||||
#ifndef nsDependentConcatenation_h___
|
||||
#include "nsDependentConcatenation.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // !defined(nsAString_h___)
|
||||
|
|
|
@ -31,18 +31,23 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = string
|
||||
|
||||
SDK_HEADERS = \
|
||||
nsAlgorithm.h \
|
||||
nsAString.h \
|
||||
nsBufferHandle.h \
|
||||
nsCharTraits.h \
|
||||
nsStringDefines.h \
|
||||
nsStringFragment.h \
|
||||
nsStringFwd.h \
|
||||
nsStringIterator.h \
|
||||
nsStringIteratorUtils.h \
|
||||
nsStringTraits.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsAFlatString.h \
|
||||
nsAlgorithm.h \
|
||||
nsASingleFragmentString.h \
|
||||
nsAStringGenerator.h \
|
||||
nsBufferHandleUtils.h \
|
||||
nsCharTraits.h \
|
||||
nsDependentConcatenation.h \
|
||||
nsDependentString.h \
|
||||
nsDependentSubstring.h \
|
||||
|
@ -54,11 +59,6 @@ EXPORTS = \
|
|||
nsSharableString.h \
|
||||
nsSharedBufferList.h \
|
||||
nsSlidingString.h \
|
||||
nsStringDefines.h \
|
||||
nsStringFwd.h \
|
||||
nsStringIterator.h \
|
||||
nsStringIteratorUtils.h \
|
||||
nsStringTraits.h \
|
||||
nsXPIDLString.h \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -810,8 +810,10 @@ operator> ( const nsACString& lhs, const nsACString& rhs )
|
|||
}
|
||||
|
||||
// Once you've got strings, you shouldn't need to do anything else to have concatenation
|
||||
#ifndef XPCOM_GLUE
|
||||
#ifndef nsDependentConcatenation_h___
|
||||
#include "nsDependentConcatenation.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // !defined(nsAString_h___)
|
||||
|
|
Загрузка…
Ссылка в новой задаче