
1 Dec
2006
1 Dec
'06
8:41 p.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] On Behalf Of Sebastian Redl Sent: Friday, December 01, 2006 3:37 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Boost::wave, sample driver and how to use it
mosfet wrote:
VOID foo(BYTE bTest, CHAR szTest); ULONG foo(LPBYTE bTest, CHAR szTest);
If this is Windows, those are typedefs, not macros. The preprocessor does not affect them.
[Nat] <off-topic> Might gccxml be a better answer for the OP? Caveat: AFAIK, gccxml doesn't deal well with MFC headers and doesn't yet have its own equivalents. </off-topic>