+2003-06-22 Bruno Haible <bruno@clisp.org>
+
+ Portability to mingw32.
+ * relocatable.c [WIN32]: Include <windows.h>.
+ Reported by Jeff Bonggren <jbon@cfl.rr.com>.
+
2003-06-22 Bruno Haible <bruno@clisp.org>
* relocatable.c (compute_curr_prefix): Comment out this function in
# include "xmalloc.h"
#endif
+#if defined _WIN32 || defined __WIN32__
+# define WIN32_LEAN_AND_MEAN
+# include <windows.h>
+#endif
+
#if DEPENDS_ON_LIBCHARSET
# include <libcharset.h>
#endif
+2003-06-22 Bruno Haible <bruno@clisp.org>
+
+ Portability to mingw32.
+ * relocatable.c [WIN32]: Include <windows.h>.
+ Reported by Jeff Bonggren <jbon@cfl.rr.com>.
+
2003-06-22 Bruno Haible <bruno@clisp.org>
* relocatable.c (compute_curr_prefix): Comment out this function in
# include "xmalloc.h"
#endif
+#if defined _WIN32 || defined __WIN32__
+# define WIN32_LEAN_AND_MEAN
+# include <windows.h>
+#endif
+
#if DEPENDS_ON_LIBCHARSET
# include <libcharset.h>
#endif