andre@0: Index: mozilla/nsprpub/pr/src/md/windows/w95thred.c andre@0: =================================================================== andre@0: RCS file: /cvsroot/mozilla/nsprpub/pr/src/md/windows/w95thred.c,v andre@0: retrieving revision 3.22 andre@0: diff -p -u -r3.22 w95thred.c andre@0: --- mozilla/nsprpub/pr/src/md/windows/w95thred.c 13 Jun 2012 02:17:05 -0000 3.22 andre@0: +++ mozilla/nsprpub/pr/src/md/windows/w95thred.c 29 Jan 2013 01:16:53 -0000 andre@0: @@ -313,7 +313,7 @@ PRThread *thread; andre@0: andre@0: if (NULL == thread) { andre@0: thread = _PRI_AttachThread( andre@0: - PR_USER_THREAD, PR_PRIORITY_NORMAL, NULL, 0); andre@0: + PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, NULL, 0); andre@0: } andre@0: PR_ASSERT(thread != NULL); andre@0: return thread;