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