
|
[openbeosnetteam]
||
[Date Prev]
[02-2004 Date Index]
[Date Next]
||
[Thread Prev]
[02-2004 Thread Index]
[Thread Next]
[openbeosnetteam] Re: code question
- From: "Philippe Houdoin" <philippe.houdoin@xxxxxxx>
- To: openbeosnetteam@xxxxxxxxxxxxx
- Date: Mon, 02 Feb 2004 23:35:35 GMT
> 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.
|

|