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.
26 lines
472 B
26 lines
472 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// 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
|