27 lines
796 B
C++
27 lines
796 B
C++
// Borland C++ Builder
|
|
// Copyright (c) 1995, 1998 by Borland International
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'CloseApp.pas' rev: 3.00
|
|
|
|
#ifndef CloseAppHPP
|
|
#define CloseAppHPP
|
|
#include <Windows.hpp>
|
|
#include <SysInit.hpp>
|
|
#include <System.hpp>
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Closeapp
|
|
{
|
|
//-- type declarations -------------------------------------------------------
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
extern PACKAGE void __fastcall CloseAppFromInst(int HInst);
|
|
|
|
} /* namespace Closeapp */
|
|
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
|
|
using namespace Closeapp;
|
|
#endif
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // CloseApp
|