Re: Bug fix to the latest wine 0.9.2 wincrypt.h

2005-11-28 Thread Nicholas Niro
Saulius Krasuckas wrote: * On Thu, 24 Nov 2005, Nicholas Niro wrote: * Juan Lang wrote: Except that MS's headers don't do that. You need to fix the files that include wincrypt.h instead. Does Mike's patch fix your problem? thanks for your response. The patch

Re: Bug fix to the latest wine 0.9.2 wincrypt.h

2005-11-25 Thread Nicholas Niro
Juan Lang wrote: Hi Nik, I found out that include/wincrypt.h needs to include winbase.h (because it holds the typedef of FILETIME) -- so to fix this issue, simply add this line near the beginning of include/wincrypt.h : #include Except that MS's headers don't do that. You need to