2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +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.8 2001/01/09 21:56:12 bwelling Exp $ */
/* $Id: lib.c,v 1.9 2001/11/19 03:08:23 mayer Exp $ */
#include <config.h>
@@ -30,7 +30,7 @@
*** Globals
***/
isc_msgcat_t * isc_msgcat = NULL;
LIBISC_EXTERNAL_DATA isc_msgcat_t * isc_msgcat = NULL;
/***