
9 Apr
2006
9 Apr
'06
10:41 a.m.
Roland Schwarz wrote:
Tobias Schwinger wrote:
Where is the problem?
[snip]
#include PLATFORM_HEADER(foo.h)
Should work. I've no idea how portable it is, though.
This exactly is the problem. This works with MS compilers, but not with gcc. It complains with: #include' expects "FILENAME" or <FILENAME>"
That's interesting... I tested the code before posting with gcc 3.4 and there were no problems. Regards, Tobias