summaryrefslogtreecommitdiffstats
path: root/private/nw/convert/nwconv/nwconv.h
blob: 85a3212d564ff73a6289e95a0dac33bed543c19f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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