Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
563 B

  1. /*****************************************************************************\
  2. * PLAN16.H - PORTABILITY MAPPING HEADER FILE FOR LANMAN API
  3. *
  4. * This file provides macros to map portable lanman code to its 16 bit form.
  5. *
  6. * Copyright (c) 1994, Microsoft Corp. All rights reserved.
  7. *
  8. \*****************************************************************************/
  9. /*-----------------------------------LANMAN----------------------------------*/
  10. /* LANMAN MACROS: */
  11. #define COPYTOARRAY(pDest, pSource) strcpy(pDest, pSource)
  12. /* LANMAN API: */