publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
#include "prio.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <winsock.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue