dascandy / hippomocks

GNU Lesser General Public License v2.1
196 stars 67 forks source link

Cygwin Segfault and Static Function Hooking #78

Closed rianquinn closed 7 years ago

rianquinn commented 7 years ago

Using OnCallFunc in Cygwin segfualts. Same code works fine in Linux and Visual Studio.

rianquinn commented 7 years ago

Never mind. I misunderstood how _HIPPOMOCKS__ENABLE_CFUNC_MOCKING_SUPPORT is used. I enabled this on Cygwin not realizing that there is detection code, which doesn't not include this platform.