projects
/
platform
/
upstream
/
libxslt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5879878
)
Windows build cleanup, removed obsolete macro definitions
author
Igor Zlatkovic
<igor@src.gnome.org>
Wed, 6 Apr 2005 22:02:14 +0000
(22:02 +0000)
committer
Igor Zlatkovic
<igor@src.gnome.org>
Wed, 6 Apr 2005 22:02:14 +0000
(22:02 +0000)
xsltproc/xsltproc.c
patch
|
blob
|
history
diff --git
a/xsltproc/xsltproc.c
b/xsltproc/xsltproc.c
index
10cae25
..
2d8a9f4
100644
(file)
--- a/
xsltproc/xsltproc.c
+++ b/
xsltproc/xsltproc.c
@@
-57,10
+57,6
@@
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <winsock2.h>
#define gettimeofday(p1,p2)
-#define HAVE_TIME_H
-#include <time.h>
-#define HAVE_STDARG_H
-#include <stdarg.h>
#define snprintf _snprintf
#endif /* _MS_VER */
#else /* WIN32 */