projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d6233
)
changes required for MS visual studio DLL build
author
arif
<devnull@localhost>
Wed, 21 Jan 2009 16:47:00 +0000
(16:47 +0000)
committer
arif
<devnull@localhost>
Wed, 21 Jan 2009 16:47:00 +0000
(16:47 +0000)
cmd/dot/dot.c
patch
|
blob
|
history
diff --git
a/cmd/dot/dot.c
b/cmd/dot/dot.c
index 0c32f3dbb93bd910bb32a42203f590e3758770d8..7d1c1228bd706532f079a9164eff8a33155df683 100644
(file)
--- a/
cmd/dot/dot.c
+++ b/
cmd/dot/dot.c
@@
-24,11
+24,18
@@
#include "builddate.h"
#include "gvc.h"
+
+#ifndef WIN32_DLL
#ifdef GVDLL
__declspec(dllimport) boolean MemTest;
#else
#include "globals.h"
#endif
+#endif
+
+#ifdef WIN32_DLL
+__declspec(dllimport) boolean MemTest;
+#endif
#include <time.h>
#ifdef HAVE_UNISTD_H