Re: define RPC_NO_WINDOWS_H to prevent rpc.h from including windows.h

2004-09-07 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > Well, admittedly the code works as is. Cross-compiling our code with > MingW or MSVC may require it, but I guess it requires lots of other > changes to the Makfiles too. Feel free to leave it for later. It really shouldn't be required for cross-compi

Re: define RPC_NO_WINDOWS_H to prevent rpc.h from including windows.h

2004-09-07 Thread Mike McCormack
Alexandre Julliard wrote: Well, it causes us to have to add -DRPC_NO_WINDOWS_H all over the place, which is exactly what the __WINESRC__ ifdef was supposed to avoid. Is there a reason to remove it? (other than the fact that Windows doesn't have it of course). Well, admittedly the code works as is.

Re: define RPC_NO_WINDOWS_H to prevent rpc.h from including windows.h

2004-09-07 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > Alexandre Julliard wrote: > >>>* define RPC_NO_WINDOWS_H to prevent rpc.h from including windows.h >> Why do you need this? > > Well, that's the way that the Windows SDK version and the MingW > version of rpc

Re: define RPC_NO_WINDOWS_H to prevent rpc.h from including windows.h

2004-09-07 Thread Mike McCormack
Alexandre Julliard wrote: * define RPC_NO_WINDOWS_H to prevent rpc.h from including windows.h Why do you need this? Well, that's the way that the Windows SDK version and the MingW version of rpc.h work... does it cause a problem? Mike

Re: define RPC_NO_WINDOWS_H to prevent rpc.h from including windows.h

2004-09-07 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > ChangeLog: > * define RPC_NO_WINDOWS_H to prevent rpc.h from including windows.h Why do you need this? -- Alexandre Julliard [EMAIL PROTECTED]