From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/nw/convert/nwconv/nwconv.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 private/nw/convert/nwconv/nwconv.h (limited to 'private/nw/convert/nwconv/nwconv.h') diff --git a/private/nw/convert/nwconv/nwconv.h b/private/nw/convert/nwconv/nwconv.h new file mode 100644 index 000000000..85a3212d5 --- /dev/null +++ b/private/nw/convert/nwconv/nwconv.h @@ -0,0 +1,25 @@ +/*+-------------------------------------------------------------------------+ + | 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 -- cgit v1.2.3