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
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 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 <sys/socket.h> #include <linux/irda.h>
#include "af_irda.h"
and check for collisions. Symbols that don't collide remain unchanged?
Thomas
2009/8/16 Juan Lang juan.lang@gmail.com
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 Thomas,
On Sat, Aug 22, 2009 at 2:57 AM, Thomas Trummerth.trummer@gmail.com 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