hi, i'm running apr on windows using VC++ 2005 (version 8). i can fully build and run an apr based program.
the problem is i can't debug it effectively. because struct apr_pollset_private_t is defined differently in two different .c files (poll.c and select.c), VC++ get's confused and assumes that pollset->p is the struct defined in poll.c, even though i'm debugging a line in select.c i know it's not an apr bug, but would you accept a patch that names apr_pollset_private_select_t and apr_pollset_private_poll_t ? ta, jack.
