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:
@@ -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;
|
||||
|
||||
|
||||
/***
|
||||
|
Reference in New Issue
Block a user