Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
371 B

/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
psxi860.h
Abstract:
This module contains the machine dependent definitions and macros
for the POSIX subsystem.
Author:
Ellen Aycock-Wright (ellena) 06-Nov-1990
Revision History:
--*/
#define PSX_FORK_RETURN 0x07777777
#define SetPsxForkReturn(c) \
( (c).IntR16 = PSX_FORK_RETURN )