This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/convincl.h

30 lines
637 B
C

// --convincl.h-----------------------------------------------------------------
//
// Conversion inclues.
//
// Copyright 1986 - 1998 Microsoft Corporation. All Rights Reserved.
//
// -----------------------------------------------------------------------------
#if !defined(_CONVINCL_H)
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define _CONVINCL_H
#define _MEMLOG_H
#include "edk.h"
#ifdef __cplusplus
#include "convdllc.h"
#include "convdlle.h"
#include "convdll.h"
#include "convregh.h"
#include "convclss.h"
#include "convreg.h"
#include "convengn.h"
#endif
#include "convcwrp.h"
#pragma option pop /*P_O_Pop*/
#endif