andre@0: Index: mozilla/nsprpub/pr/include/md/_win95.h andre@0: =================================================================== andre@0: RCS file: /cvsroot/mozilla/nsprpub/pr/include/md/_win95.h,v andre@0: retrieving revision 3.41 andre@0: diff -p -u -r3.41 _win95.h andre@0: --- mozilla/nsprpub/pr/include/md/_win95.h 26 May 2012 00:15:23 -0000 3.41 andre@0: +++ mozilla/nsprpub/pr/include/md/_win95.h 29 Jan 2013 01:19:17 -0000 andre@0: @@ -32,8 +32,6 @@ andre@0: andre@0: #define HAVE_DLL andre@0: #undef HAVE_THREAD_AFFINITY andre@0: -#define _PR_HAVE_GETADDRINFO andre@0: -#define _PR_INET6_PROBE andre@0: #ifndef _PR_INET6 andre@0: #define AF_INET6 23 andre@0: /* newer ws2tcpip.h provides these */ andre@0: Index: mozilla/nsprpub/pr/src/io/prio.c andre@0: =================================================================== andre@0: RCS file: /cvsroot/mozilla/nsprpub/pr/src/io/prio.c,v andre@0: retrieving revision 3.24 andre@0: diff -p -u -r3.24 prio.c andre@0: --- mozilla/nsprpub/pr/src/io/prio.c 6 Mar 2012 13:14:09 -0000 3.24 andre@0: +++ mozilla/nsprpub/pr/src/io/prio.c 29 Jan 2013 01:19:17 -0000 andre@0: @@ -58,8 +58,6 @@ void _PR_InitIO(void) andre@0: _PR_MD_INIT_FD_INHERITABLE(_pr_stdin, PR_TRUE); andre@0: _PR_MD_INIT_FD_INHERITABLE(_pr_stdout, PR_TRUE); andre@0: _PR_MD_INIT_FD_INHERITABLE(_pr_stderr, PR_TRUE); andre@0: - andre@0: - _PR_MD_INIT_IO(); andre@0: } andre@0: andre@0: void _PR_CleanupIO(void)