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.

34 lines
423 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. crack.hxx
  5. Abstract:
  6. crack
  7. Author:
  8. Larry Zhu (LZhu) June 1, 2002
  9. Environment:
  10. User Mode
  11. Revision History:
  12. --*/
  13. #ifndef CRACK_HXX
  14. #define CRACK_HXX
  15. #if defined(UNICODE) || defined(_UNICODE)
  16. #define lstrtol wcstol
  17. #else
  18. #define lstrtol strtol
  19. #endif
  20. #endif // #ifndef CRACK_HXX