lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: [lwip] lwIP for Win32


From: Florian Schulze
Subject: [lwip-users] Re: [lwip] lwIP for Win32
Date: Thu, 09 Jan 2003 01:20:58 -0000

> Hmmm, an idea for PACK_STRUCT_START: would it be possible to do something like
>
> #define PACK_STRUCT_START #include "arch/pack_struct_start.h"
>
> and put
>
> #pragma(push,1)
>
> in arch/pack_struct_start.h? It is terribly ugly, but would it work?

It chokes on every # in a macro. It is used for some special macro expansion,
like this:
#define test(n) blablubb_#n
test(23) becomes blablubb_23
I have tried many variations, including some weird macros calling other macros,
but nothing works.

Florian

[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]