publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -492,9 +492,9 @@ NSPR_API(void) _MD_SolarisInit();
#define _PR_CONTEXT_TYPE ucontext_t
#define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[REG_SP]
/*
** Sparc's use register windows. the _MD_GetRegisters for the sparc's
** Sparc's use register arch. the _MD_GetRegisters for the sparc's
** doesn't actually store anything into the argument buffer; instead the
** register windows are homed to the stack. I assume that the stack
** register arch are homed to the stack. I assume that the stack
** always has room for the registers to spill to...
*/
#define PR_NUM_GCREGS 0

View file

@ -38,7 +38,7 @@
#ifndef nspr_win16_defs_h___
#define nspr_win16_defs_h___
#include <windows.h>
#include <arch.h>
#include <winsock.h>
#include <errno.h>
#include <direct.h>

View file

@ -38,7 +38,7 @@
#ifndef nspr_win32_errors_h___
#define nspr_win32_errors_h___
#include <windows.h>
#include <arch.h>
#include <winsock.h>
#include <errno.h>

View file

@ -40,7 +40,7 @@
#include "prio.h"
#include <windows.h>
#include <arch.h>
#include <winsock.h>
#include <errno.h>

View file

@ -48,7 +48,7 @@
#define _WIN32_WINNT 0x0400
#endif /* _WIN32_WINNT */
#include <windows.h>
#include <arch.h>
#include <winsock.h>
#ifdef __MINGW32__
#include <mswsock.h>