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,6 +1,6 @@
compile insert ps_System_Equates
/*
** Copyright (C) 2015-2023 Revelation Software Inc. All Rights Reserved **
** Copyright (C) 2015-2024 Revelation Software Inc. All Rights Reserved **
Author : Wile C Coyote - Super Genius
Date : May 2013
@ -13,6 +13,7 @@ compile insert ps_System_Equates
Amended Date Reason
======= ==== ======
Mr C 25 Apr 24 Updated CONFIGINFO with UserName and Password
Mr C 12 May 22 Added VERSION constants
Mr C 28 Jul 22 Added WEBVIEWCONFIG constants
Mr C 07 Oct 21 Added GUITHREADINFO constants
@ -69,6 +70,8 @@ compile insert ps_System_Equates
// <19> AutoForm
// <20> CleanBoot
// <21> LoginTemplate
// <22> UserName
// <23> Password
equ PS_SYSCI_POS_AUTOEXEC$ to 1
equ PS_SYSCI_POS_BANNERFILE$ to 2
@ -91,6 +94,8 @@ compile insert ps_System_Equates
equ PS_SYSCI_POS_AUTOFORM$ to 19
equ PS_SYSCI_POS_CLEANBOOT$ to 20
equ PS_SYSCI_POS_LOGINTEMPLATE$ to 21
equ PS_SYSCI_POS_USERNAME$ to 22
equ PS_SYSCI_POS_PASSWORD$ to 23
//////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////