-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix Visual Studio builds (bug #192): invent a new enum _event_type, add a new enum _event_type evtype member to struct _event. do all the event type comparisons using the new evtype member instead of do_event function pointer. * added enum _event_type:ev_null (for bug #192) * fix build (typo.) * updated changelog for 0.4.3. Note: Bug #192 happened because Visual Studio, as observed with version 2005 to 2017, optimized several identical empty functions into one, but the code used function pointer comparisons which led to false positives and crashes.
- Loading branch information
Showing
5 changed files
with
208 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.