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 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(a)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
participants (2)
-
Juan Lang -
Thomas Trummer