Hi Thomas,
On Sat, Aug 22, 2009 at 2:57 AM, Thomas Trummer wrote:
> I can do that. Just to make sure: The WS_ prefixes only get added to symbols
> which collide with the corresponding linux header files?
Yes, precisely right. Thanks!
--Juan
Hi Juan,
I can do that. Just to make sure: The WS_ prefixes only get added to symbols
which collide with the corresponding linux header files? So basically I
create a small test file with
#include
#include
#include "af_irda.h"
and check for collisions. Symbols that don't collide remain unchan
Hi Thomas,
> Nonetheless, I attached my version, it contains all definitons of the
> Windows SDK 7 header though is not WS_tified.
Thanks! Could you prepare a patch that adds your definitions and send
it to wine-patches?
Thanks,
--Juan
Hi,
Wine was missing the AF_Irda.h header file so I decided to write one.
Unfortunately someone else had the same idea and the result was commited 3
days ago... :)
Nonetheless, I attached my version, it contains all definitons of the
Windows SDK 7 header though is not WS_tified.
Thomas