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.

35 lines
463 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. nltestrk.c
  5. Abstract:
  6. This is the reskit version of nltest
  7. Author:
  8. Cliff Van Dyke (cliffv) 24-Aug-1998
  9. Environment:
  10. User mode only.
  11. Contains NT-specific code.
  12. Requires ANSI C extensions: slash-slash comments, long external names.
  13. Revision History:
  14. --*/
  15. //
  16. // Common include files.
  17. //
  18. #define NTRK_RELEASE 1
  19. #include "nltest.c"