windows-nt/Source/XPSP1/NT/ds/nw/convert/nwconv/nwconv.h
2020-09-26 16:20:57 +08:00

26 lines
553 B
C

/*+-------------------------------------------------------------------------+
| Copyright 1993-1994 (C) Microsoft Corporation - All rights reserved. |
+-------------------------------------------------------------------------+*/
#ifndef _HNWCONV_
#define _HNWCONV_
#ifdef __cplusplus
extern "C"{
#endif
extern TCHAR NT_PROVIDER[];
extern TCHAR NW_PROVIDER[];
// Common utility routines
void CanonServerName(LPTSTR ServerName);
extern HINSTANCE hInst; // current instance
extern TCHAR ProgPath[];
#ifdef __cplusplus
}
#endif
#endif