-
-
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.
Work around build failure in status code config on VS2017.
- Loading branch information
Showing
4 changed files
with
14 additions
and
15 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
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 cec7539cc88eee83d5d5059de730f8a9ea86d355 | ||
#define LLFIO_PREVIOUS_COMMIT_DATE "2020-11-25 17:35:45 +00:00" | ||
#define LLFIO_PREVIOUS_COMMIT_UNIQUE cec7539c | ||
#define LLFIO_PREVIOUS_COMMIT_REF 27f1786d802b2e5045284ab71ca9977d8d3150f9 | ||
#define LLFIO_PREVIOUS_COMMIT_DATE "2020-11-26 12:20:17 +00:00" | ||
#define LLFIO_PREVIOUS_COMMIT_UNIQUE 27f1786d |
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