From 0a7d227788337d4b16e70469d3b1a7dadc905b59 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 5 Jan 2022 11:46:18 -0500 Subject: [PATCH] lib/asn1: define LIB_ASN1 when building Windows ASN1 libraries The LIB_ASN1 definition instructs the library objects to access exported DATA symbols as internal symbols. Change-Id: Ifbc80a4e3c357cb323f7763c116101ae495b11df --- lib/asn1/NTMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asn1/NTMakefile b/lib/asn1/NTMakefile index 84895900d..a2bbf229f 100644 --- a/lib/asn1/NTMakefile +++ b/lib/asn1/NTMakefile @@ -31,7 +31,7 @@ RELDIR=lib\asn1 -intcflags=-I$(SRCDIR) -I$(OBJ) -DROKEN_RENAME -DASN1_IOS_SUPPORTED +intcflags=-I$(SRCDIR) -I$(OBJ) -DROKEN_RENAME -DASN1_IOS_SUPPORTED -DASN1_LIB !include ../../windows/NTMakefile.w32