First commit 19/07/1998
This commit is contained in:
26
CDopping/ActvApp/CloseApp.hpp
Normal file
26
CDopping/ActvApp/CloseApp.hpp
Normal file
@ -0,0 +1,26 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user