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.

42 lines
506 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. DWORD WINAPI
  20. ClientThread(
  21. IN PVOID pParameter // thread data
  22. );
  23. #if defined(UNICODE) || defined(_UNICODE)
  24. #define lstrtol wcstol
  25. #endif
  26. #endif // #ifndef MAIN_HXX