ra wrote:
I now have to include "nsIContent.h" to my code somewhere. When I do this I get a compile error: "mozilla/dist/include/string\nsTAString.h (41) : fatal error C1189: #Error: Cannot use internal string classes without MOZILLA_INTERNAL_API defined. Use the frozen header nsStringAPI.h instead."
Oh, sure. If you're trying to link via external linkage, you can't do this at all.
-Boris _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
