Re: include: Add missing definitions in af_irda.h. (try 2)

2009-09-12 Thread Thomas Trummer
e Julliard > Thomas Trummer writes: > > > @@ -97,4 +100,159 @@ typedef struct _SOCKADDR_IRDA > > #define LmCharSetISO_8859_9 0x09 > > #define LmCharSetUNICODE0xff > > > > +#define SIO_LAZY_DISCOVERY _IOR('t', 127, ULONG) > > + >

Re: Help with a native Windows test program needed (CreateFileW).

2009-09-11 Thread Thomas Trummer
Actually, forget about the password and give the file without extension a .exe extension... 2009/9/12 Thomas Trummer > pw: wine > > 2009/9/11 Markus Stockhausen > > Hi, >> >> as I have no Windows machine and cannot test this. I'm in need for >> someon

Re: Linking a winelib application with a windows dll

2009-08-23 Thread Thomas Trummer
Hi, The Dll exports its function names using the __stdcall decorations e.g. _getlibraryvers...@0. Windows OS Dlls also provide an undecorated name (GetLibraryVersion) which winedump expects. While it would be easy to fix winedump I'm not sure this would suffice. Especially I don't know if it's act

Re: Linking a winelib application with a windows dll

2009-08-22 Thread Thomas Trummer
Hi, OK, a minute after I sent the mail I figured out number two: For vendor.dll the corresponding .def file has to be called libvendor.def. I still need help with point one, though. Thomas

Linking a winelib application with a windows dll

2009-08-22 Thread Thomas Trummer
Hi, I have a windows dll without source code (vendor.dll) that I want to use in a winelib application. There are two problems however: 1) Creating a vendor.def file doesn't work. The resulting file has an empty EXPORTS section: winedump spec vendor.dll winebuild --def -E vendor.spec -o vendor.d

Re: AF_Irda.h header file

2009-08-22 Thread Thomas Trummer
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

AF_Irda.h header file

2009-08-15 Thread Thomas Trummer
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 /* * C