Do not use _BIND_TO_CURRENT_CRT_VERSION in cxtypes.h (Bug #133)
Description
Hello,
to completely solve the redistribution problems mentioned in ticket #88 (r2610) the following lines should be removed from "cxtypes.h":
#if _MSC_VER >= 1500 #ifndef _BIND_TO_CURRENT_CRT_VERSION #define _BIND_TO_CURRENT_CRT_VERSION 1 #endif #ifndef _BIND_TO_CURRENT_VCLIBS_VERSION #define _BIND_TO_CURRENT_VCLIBS_VERSION 1 #endif #endif
Regards,
Markus Osswald
Related issues
duplicates Bug #126: Visual Studio 2008 -- continuation of checkin ( 2610 ) --... | Done |
Associated revisions
Merge pull request #133 from vpisarev/ios_atomic_fix
Merge pull request #133 from vpisarev:ocl_facedetect_amd3
History
Updated by Scott Callaway about 15 years ago
This ticket is identical to the the to
previous Ticket #126
Updated by anonymous - about 15 years ago
Please see checkin revision r2700.
This issue appears identical to ticket #126 -- I will mark this issue as duplicate of #126.
- Status changed from Open to Done
- (deleted custom field) set to duplicate
Updated by Scott Callaway about 15 years ago
Closed
Updated by Andrey Kamaev almost 13 years ago
- Status changed from Done to Cancelled