2025-04-27 07:49:33 -04:00

23 lines
466 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