If you are using the Mozilla build system the XP_PC change won't impact you.
I use MSVC to build my app so I had defined XP_PC in my project. This has
now changed so that you need to define XP_WIN instead. If you don't do this
your component will build and load without trouble but then you'll get stack
check errors when you run.
Because of some OS2 changes XP_PC was split into XP_WIN and XP_OS2. You need
to define XP_WIN so that the right calling sequence will be used.
glib lives in the lib directory of your mozilla tools directory.
Jon Smirl
[EMAIL PROTECTED]