Source code of Windows XP (NT5)
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.

25 lines
553 B

  1. /*+-------------------------------------------------------------------------+
  2. | Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
  3. +-------------------------------------------------------------------------+*/
  4. #ifndef _HNWCONV_
  5. #define _HNWCONV_
  6. #ifdef __cplusplus
  7. extern "C"{
  8. #endif
  9. extern TCHAR NT_PROVIDER[];
  10. extern TCHAR NW_PROVIDER[];
  11. // Common utility routines
  12. void CanonServerName(LPTSTR ServerName);
  13. extern HINSTANCE hInst; // current instance
  14. extern TCHAR ProgPath[];
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18. #endif