changes needed to compile in windows 64 on visual studio 2012

36 views
Skip to first unread message

Aaron Boxer

unread,
Apr 22, 2014, 9:44:40 PM4/22/14
to orthan...@googlegroups.com
Google logging needs two changes:

1)
update logging.cc:1457: _asm int 3 --> __debugbreak()

2)  update port.h:     

replace

#define hash  hash_compare
with
#if defined(_MSC_VER) && (_MSC_VER < 1700)
#define hash  hash_compare
#endif




Sébastien Jodogne

unread,
Apr 23, 2014, 5:11:50 AM4/23/14
to orthan...@googlegroups.com
Thanks! I have added a pointer to this conversation in the FAQ:
Reply all
Reply to author
Forward
0 new messages