Had problems linking on win32 Patch below fixed the problems but not sure if it is up to standards.
Andy Index: file_io/win32/open.c =================================================================== RCS file: /home/cvspublic/apr/file_io/win32/open.c,v retrieving revision 1.105 diff -r1.105 open.c 61a62 > #include "i18n.h" Index: misc/win32/internal.c =================================================================== RCS file: /home/cvspublic/apr/misc/win32/internal.c,v retrieving revision 1.4 diff -r1.4 internal.c 58a59 > #include "i18n.h" Index: misc/win32/start.c =================================================================== RCS file: /home/cvspublic/apr/misc/win32/start.c,v retrieving revision 1.36 diff -r1.36 start.c 59a60 > #include "i18n.h"
