26 lines
447 B
C
26 lines
447 B
C
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
//
|
|
// File: impexppk.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef _IMPEXPPK_H
|
|
#define _IMPEXPPK_H
|
|
|
|
BOOL
|
|
WINAPI
|
|
ImportExportDllMain(
|
|
HMODULE hInst,
|
|
ULONG ul_reason_for_call,
|
|
LPVOID lpReserved);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif |