Skip to content

Commit

Permalink
add undef to fix windows compile error (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: SKY-20230424HUG\Administrator <[email protected]>
  • Loading branch information
pengyutang125 and SKY-20230424HUG\Administrator authored Apr 25, 2024
1 parent 13d31bd commit e9b4c37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/xqc_random.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#include "src/common/xqc_common.h"
#ifdef XQC_SYS_WINDOWS
#include <wincrypt.h>
#undef PKCS7_SIGNER_INFO
#undef X509_CERT_PAIR
#undef X509_EXTENSIONS
#undef X509_NAME
#endif


Expand Down

0 comments on commit e9b4c37

Please sign in to comment.