mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 02:07:07 -06:00
fix: ci; change document, 7-zip 23 is not latest now
This commit is contained in:
@@ -49,6 +49,11 @@
|
||||
typedef UInt32 uint32_t;
|
||||
#endif
|
||||
|
||||
#if _MSC_VER >= 1914
|
||||
// Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified
|
||||
#pragma warning(disable : 5045)
|
||||
#endif
|
||||
|
||||
#ifndef uint64_t
|
||||
typedef UInt64 uint64_t;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user