23 lines
444 B
C
23 lines
444 B
C
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
||
|
//
|
||
|
// File: encdecpk.h
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
#ifndef _ENCDECPK_H
|
||
|
#define _ENCDECPK_H
|
||
|
|
||
|
BOOL
|
||
|
WINAPI
|
||
|
EncodeDecodeDllMain(
|
||
|
HMODULE hInst,
|
||
|
ULONG ul_reason_for_call,
|
||
|
LPVOID lpReserved);
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|