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
412 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Copyright (c) 1993 Digital Equipment Corporation
  4. Module Name:
  5. psxalpha.h
  6. Abstract:
  7. This module contains the Machine dependent definitions and macros
  8. for the POSIX subsystem.
  9. Author:
  10. Ellen Aycock-Wright (ellena) 06-Nov-1990
  11. Revision History:
  12. --*/
  13. #define PSX_FORK_RETURN 0x7777
  14. #define SetPsxForkReturn(c) \
  15. (c.IntV0 = PSX_FORK_RETURN)