Leaked source code of windows server 2003
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.

22 lines
736 B

  1. /***
  2. *fileinfo.c - sets C file info flag
  3. *
  4. * Copyright (c) 1989-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * Sets the C file info flag. By default, the openfile information
  8. * is NOT passed along to children on spawn/exec calls. If the flag
  9. * is set, openfile information WILL get passed on to children on
  10. * spawn/exec calls.
  11. *
  12. *Revision History:
  13. * 06-07-89 PHG Module created, based on asm version
  14. * 04-03-90 GJF Added #include <cruntime.h>. Also, fixed the copyright.
  15. * 01-23-92 GJF Added #include <stdlib.h> (contains decl of _fileinfo).
  16. *
  17. *******************************************************************************/
  18. #include <cruntime.h>
  19. #include <stdlib.h>
  20. int _fileinfo = -1;