From 4f4d1a028858ee8942c0edbf4ae7bce6457361e8 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 5 Jan 2022 12:18:26 -0500 Subject: [PATCH] lib/hdb: define LIB_ASN1 on Windows if ASN1 generated objects The LIB_ASN1 definition instructs the library objects to access exported ASN1 generated DATA symbols as internal symbols. Change-Id: I58b055808893c6f3af48fc2dd997e0dedea2ffcb --- lib/hdb/NTMakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hdb/NTMakefile b/lib/hdb/NTMakefile index 5ad9d9c57..e325a05b4 100644 --- a/lib/hdb/NTMakefile +++ b/lib/hdb/NTMakefile @@ -31,6 +31,8 @@ RELDIR=lib\hdb +intcflags=-DASN1_LIB + !include ../../windows/NTMakefile.w32 gen_files_hdb = $(OBJ)\asn1_hdb_asn1.x