25 lines
447 B
Plaintext
25 lines
447 B
Plaintext
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
//
|
|
// File: cryptnet.src
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
LIBRARY CRYPTNET
|
|
|
|
EXPORTS
|
|
|
|
#ifdef PRIVATE_VERSION
|
|
#define CRYPTPRIVATE
|
|
#else
|
|
#define CRYPTPRIVATE PRIVATE
|
|
#endif
|
|
|
|
#define EXPORT_ALTERNATE_FILETYPES 1
|
|
|
|
#include "common.src"
|
|
|