|
|
@ -2,6 +2,8 @@ |
|
|
See the file COPYING for copying permission. |
|
|
See the file COPYING for copying permission. |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#include <stddef.h> |
|
|
|
|
|
|
|
|
#ifdef COMPILED_FROM_DSP |
|
|
#ifdef COMPILED_FROM_DSP |
|
|
#include "winconfig.h" |
|
|
#include "winconfig.h" |
|
|
#elif defined(MACOS_CLASSIC) |
|
|
#elif defined(MACOS_CLASSIC) |
|
|
@ -16,8 +18,6 @@ |
|
|
#endif |
|
|
#endif |
|
|
#endif /* ndef COMPILED_FROM_DSP */ |
|
|
#endif /* ndef COMPILED_FROM_DSP */ |
|
|
|
|
|
|
|
|
#include <stddef.h> |
|
|
|
|
|
|
|
|
|
|
|
#include "expat_external.h" |
|
|
#include "expat_external.h" |
|
|
#include "internal.h" |
|
|
#include "internal.h" |
|
|
#include "xmlrole.h" |
|
|
#include "xmlrole.h" |
|
|
|