]> granicus.if.org Git - graphviz/commitdiff
trying "#if !defined(LTDL_H)" in gvcext.h
authorellson <devnull@localhost>
Wed, 27 Oct 2010 18:30:03 +0000 (18:30 +0000)
committerellson <devnull@localhost>
Wed, 27 Oct 2010 18:30:03 +0000 (18:30 +0000)
lib/gvc/gvcext.h

index 70f1479d98f0933677f7201efd680bd882c9895b..eb032d7062c5dc1a1856ceb0d4cd206100e8af4d 100644 (file)
@@ -80,9 +80,11 @@ __declspec(dllexport) lt_symlist_t lt_preloaded_symbols[];
 #if defined(GVDLL)
        __declspec(dllexport) lt_symlist_t lt_preloaded_symbols[];
 #else
+#if !defined(LTDL_H)
        extern lt_symlist_t lt_preloaded_symbols[];
 #endif
 #endif
+#endif
 
 
 #ifdef __cplusplus