--- Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> Damyan Ognyanoff <[EMAIL PROTECTED]> writes:
> 
> > -
> > +   typedef union tagFixed {
> > +       long total;
> > +       struct { 
> > +           unsigned short lo;
> > +           short hi;
> > +       } x;
> > +   } fixed;
> 
> This is very non-portable (to use the polite term
> ;-)
> You should use shifts and bitmasks instead.
> 
> -- 
> Alexandre Julliard
> [EMAIL PROTECTED]

Can I use LOWORD/HIWORD macro to do that?

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

Reply via email to