2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 09:05:40 +00:00

Added LIB*_EXTERNAL_DATA Macros necessary to make lib extern variables globally visible in Win32

This commit is contained in:
Danny Mayer
2001-11-19 03:08:44 +00:00
parent 707b733dc3
commit e61793f086
33 changed files with 135 additions and 110 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: lib.c,v 1.9 2001/01/09 21:50:57 bwelling Exp $ */
/* $Id: lib.c,v 1.10 2001/11/19 03:08:08 mayer Exp $ */
#include <config.h>
@@ -31,7 +31,7 @@
*** Globals
***/
isc_msgcat_t * dns_msgcat = NULL;
LIBDNS_EXTERNAL_DATA isc_msgcat_t * dns_msgcat = NULL;
/***