
28 Apr
2003
28 Apr
'03
4:30 a.m.
On Sun, Apr 27, 2003 at 09:14:16PM +0100, Glynn Clements wrote:
2) Such platform-specific functions must be clearly marked as such. I suggest that we follow the example of OpenGL and mark extensions using a suffix to the name, e.g. mkXmForm_EXT, loadNibFile_EXT, etc.
I'd rather just use modules and qualified names.
Me too. We might even use the deprecated pragma (or something similar) to flag if the user uses backend specific functions. Axel.