Fish 626d72d6df Two fixes to get unicorn build better with MSVC. (#1136)
* Change MSVC keywords.

typename, class, and class are all keywords for MSVC. Adding a suffix for
all of them allows a successful compilation under VC 2017 (15.9).

* Switch from /ZI to /Zi to avoid crashes at longjmp in debug builds.
2019-09-05 00:53:37 +08:00
..
2017-01-23 23:30:57 +08:00
2018-08-03 11:15:14 +08:00
2019-07-31 15:43:06 +08:00
2017-02-24 20:34:52 +08:00
2017-04-21 01:17:00 +08:00
2017-01-21 21:50:12 +08:00
2017-02-24 10:39:36 +08:00
2017-01-20 16:46:58 +08:00
2017-01-21 00:13:21 +11:00