blob: 2fb4a5b5bde5b4c985b05db2cd4a0a50b9ea6c40 (
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
26
|
/*************************************************************************
*
* DBCS.H
*
* DBCS header file
*
* Copyright (c) 1995 Microsoft Corporation
*
* $Log: N:\NT\PRIVATE\NW4\NWSCRIPT\INC\VCS\DBCS.H $
*
* Rev 1.1 22 Dec 1995 14:20:14 terryt
* Add Microsoft headers
*
* Rev 1.0 15 Nov 1995 18:05:32 terryt
* Initial revision.
*
* Rev 1.1 25 Aug 1995 17:03:40 terryt
* CAPTURE support
*
* Rev 1.0 15 May 1995 19:09:32 terryt
* Initial revision.
*
*************************************************************************/
unsigned char *NWAnsiNext(unsigned char *puch);
unsigned char *NWAnsiPrev(unsigned char *psz, unsigned char *puch);
|