]> sjero.net Git - wget/blobdiff - windows/config.h.ms
[svn] Commit Herold Heiko's fixes for compilation under Windows.
[wget] / windows / config.h.ms
index 307dd4c79002cfa6ae141f08540007f1758a8550..60692de876107194cf9b1f19773dc8a000f05baf 100644 (file)
@@ -173,4 +173,9 @@ char *alloca ();
 /* Define to 1 if ANSI function prototypes are usable.  */
 #define PROTOTYPES 1
 
+/* Work around VC 6 issues */
+#define inline __inline
+#define ftruncate chsize
+
 #endif /* CONFIG_H */
+