[openbeosnetteam] Re: code question

> What does the _EXPORT keyword do for the functions in compat.c?

It tell the compiler to export the symbol (data or function) as public 
symbol.
That's for PowerPC mwcc compiler/linker compatibility.
Under x86, it doesn't matter as all non-static symbols are always 
exported...

Nathan Whithorn, feel please correct me if I'm wrong about this...
Even if you (half-) moved to x86 land recently ;-)

- Philippe


--
Fortune Cookie Says:

He who Laughs, Lasts.

Other related posts: