First commit 19/07/1998

This commit is contained in:
2021-09-12 21:54:38 +02:00
commit b0116562cd
106 changed files with 16717 additions and 0 deletions

View 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