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.
47 lines
2.2 KiB
47 lines
2.2 KiB
/**INC+**********************************************************************/
|
|
/* Header: nslint.h */
|
|
/* */
|
|
/* Purpose: Ducati Security Layer Internal Functions Windows NT specific */
|
|
/* */
|
|
/* Copyright(C) Microsoft Corporation 1997 */
|
|
/* */
|
|
/****************************************************************************/
|
|
/** Changes:
|
|
* $Log: Y:/logs/client/nslint.h_v $
|
|
*
|
|
* Rev 1.8 31 Jul 1997 10:33:08 KH
|
|
* SFR1022: Move security-32 DLL name definition to aslint.h
|
|
*
|
|
* Rev 1.7 15 Jul 1997 15:37:18 AK
|
|
* SFR1016: Support Unicode build
|
|
*
|
|
* Rev 1.6 11 Jul 1997 12:34:58 KH
|
|
* SFR1022: Add SLCopyEncryptionType
|
|
*
|
|
* Rev 1.5 09 Jul 1997 17:34:46 AK
|
|
* SFR1016: Initial changes to support Unicode
|
|
*
|
|
* Rev 1.4 03 Jul 1997 10:53:04 AK
|
|
* SFR0000: Initial development completed
|
|
*
|
|
* Rev 1.3 03 Jul 1997 08:46:14 KH
|
|
* Win16Port: 16-bit UI startup changes
|
|
*
|
|
* Rev 1.1 24 Jun 1997 15:20:40 KH
|
|
* Win16Port: Contains SL 32 bit specifics
|
|
/* */
|
|
/**INC-**********************************************************************/
|
|
#ifndef _H_NSLINT
|
|
#define _H_NSLINT
|
|
|
|
/****************************************************************************/
|
|
/* Constants */
|
|
/****************************************************************************/
|
|
|
|
/****************************************************************************/
|
|
/* */
|
|
/* INLINE FUNCTIONS */
|
|
/* */
|
|
/****************************************************************************/
|
|
|
|
#endif /* _H_NSLINT */
|