projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4f74ff
)
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)
compat.h
patch
|
blob
|
history
diff --git
a/compat.h
b/compat.h
index af78c4ddbd2912d877ee907ef1eb9cdd28bb1654..f88992ed284f3b3d3d95539aa5b3acb82f93b9fb 100644
(file)
--- a/
compat.h
+++ b/
compat.h
@@
-2,11
+2,13
@@
#define COMPAT_H
#ifdef HAVE_CONFIG_H
#include "config.h"
+/*
#ifndef HAVE_STRCASECMP
extern int strcasecmp(const char*, const char*);
#endif
#ifndef HAVE_STRNCASECMP
extern int strncasecmp(const char*, const char*, unsigned int);
#endif
+*/
#endif
#endif