summaryrefslogtreecommitdiffstats
path: root/public/sdk/inc/plan32.h
blob: 728c0d82e12595d377e75a7a625c1cf1c9ec547b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*****************************************************************************\
* PLAN32.H - PORTABILITY MAPPING HEADER FILE
*
* This file provides macros to map portable lanman code to its 32 bit form.
\*****************************************************************************/


/*----------------------------------LANMAN----------------------------------*/

/* LANMAN MACROS: */

#define COPYTOARRAY(pDest, pSource)     pDest = pSource

/* LANMAN API: */