> It looks like some .h files in MW are without include guards. May I know > which are those files ?
most .h files should be C++ ok, just check for the:
extern "C" {
...
}
declarations within the header files. if they dont have this; they
probably should :)
--
// Aaron Ardiri
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
