Dimitrie O. Paun wrote:
The packing pragmas looks handled by gcc-3.2.1, so we may remove all modifications made by winemaker
Maybe winemaker should be patched to not add them based on a switch (maybe determine default value based on compiler). BTW, do you _have_ to remove them, or it doesn't matter?
It was just warning issues
I had to force winnt.h to use nameless struct and unions
What exatcly did you do for this one?
Comment out the section that defined NONAMELESSTRUCT and NONAMELESSUNION
- I added #define EDEADLOCK EDEADLK in /wine/msvcrt/errno.h
Sounds like a patch would be in order, no?
- I linked _alloca() to alloca() function
Where? Again, maybe you should submit this one.
- There was a conflict on HKEY type between <afxres.h> and <wine/windef.h>
What did you do?
remove one of them !
- Some little others syntax issues like: __try __expect, asm {},
unsigned short(x), (LPCTSTR)CString
I reckon these are mods to the MFC source, no?
yes !