blob: e14f77897298d6b7862c31eb512310dbcc97f4db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*****************************************************************************\
* PLAN16.H - PORTABILITY MAPPING HEADER FILE FOR LANMAN API
*
* This file provides macros to map portable lanman code to its 16 bit form.
\*****************************************************************************/
/*-----------------------------------LANMAN----------------------------------*/
/* LANMAN MACROS: */
#define COPYTOARRAY(pDest, pSource) strcpy(pDest, pSource)
/* LANMAN API: */
|