-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #80 by no longer exporting from a DLL map_handle_cache(). Thanks …
…to awson for reporting this. Also make map_handle_cache unique ptr based to avoid static deinit fiasco.
- Loading branch information
Showing
2 changed files
with
16 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time | ||
#define LLFIO_PREVIOUS_COMMIT_REF bcc600db9feb6aa50e0880422a071d0e39ae74aa | ||
#define LLFIO_PREVIOUS_COMMIT_DATE "2021-08-30 15:08:05 +00:00" | ||
#define LLFIO_PREVIOUS_COMMIT_UNIQUE bcc600db | ||
#define LLFIO_PREVIOUS_COMMIT_REF 7238591f99132d8c0b223c144f21276e952c8e3f | ||
#define LLFIO_PREVIOUS_COMMIT_DATE "2021-09-14 19:42:09 +00:00" | ||
#define LLFIO_PREVIOUS_COMMIT_UNIQUE 7238591f |
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