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.

33 lines
352 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. main.hxx
  5. Abstract:
  6. main
  7. Author:
  8. Larry Zhu (LZhu) January 1, 2002
  9. Environment:
  10. User Mode
  11. Revision History:
  12. --*/
  13. #ifndef MAIN_HXX
  14. #define MAIN_HXX
  15. VOID
  16. checkpoint(
  17. VOID
  18. );
  19. #endif // #ifndef MAIN_HXX