pre cutover push

This commit is contained in:
Infineon\StieberD
2024-09-04 20:33:41 -07:00
parent 6ea6969f4b
commit 7762b129af
2072 changed files with 130000 additions and 95295 deletions

View File

@ -1,4 +1,27 @@
compile insert OIPRINT_EQUATES
/*
** Copyright (C) 1992-2024 Revelation Software Inc. All Rights Reserved **
Author : ??
Date : Some time before the Great Flood.
Purpose : Constants for use with OIPI
Comments
========
Amended Date Reason
======= ==== ======
Mr C 08 Feb 24 Added insert guards
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#ifndef _OIPRINT_EQUATES_
#define _OIPRINT_EQUATES_
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
/*-----[ Font Weights ]-----*/
equ FW_NORMAL to 0
equ FW_BOLD to 1
@ -166,3 +189,5 @@ Equ EF_TIFF To 107
Equ EF_PNG To 108
Equ EF_EMF To 109
#endif