Opened 18 years ago
Last modified 18 years ago
#1514 closed Patch
FZ2 VS2005 compile fix
Reported by: | eyebex | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | eyebex, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
This fixes the following VS2005 compile error on the misc/HyperLink.* files:
Error 1 error C2440: 'static_cast' : cannot convert from 'UINT (thiscall CHyperLink::* )(CPoint)' to 'LRESULT (thiscall CWnd::* )(CPoint)' d:\development\temporary\filezilla\filezilla\source\misc\hyperlink.cpp 71
Attachments (2)
Change History (5)
by , 18 years ago
Attachment: | HyperLink.patch added |
---|
comment:2 by , 18 years ago
I've added a new patch that checks some macros to handle this.
File Added: HyperLink-New.patch
Note:
See TracTickets
for help on using tickets.
Multi-file patch for misc/Hyperlink.*