added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,47 @@
compile insert PS_TreeView_Equates
/*
** Copyright (C) 2013 Revelation Software Inc. All Rights Reserved **
This insert is proprietary and is not to be used by or disclosed
to others, nor is it to be copied without written permission from
Revelation Technologies, Inc.
Author : Wile C Coyote - Super Genius
Date : May 2013
Purpose : Constants for working with PS TREEVIEW object structures
Comments
========
Amended Date Reason
======= ==== ======
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#ifndef _PS_TREEVIEW_EQUATES_
#define _PS_TREEVIEW_EQUATES_
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
$insert ps_Equates
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// SYSREPOSWINEXES structure overrides
equ PSPOS_TVW_LINECOLOR$ to PSPOS_COLOR_1$
equ PSPOS_TVW_IMGLIST$ to PSPOS_IMGLIST_1$
equ PSPOS_TVW_IMGLIST_PROPS$ to PSPOS_IMGLIST_1_PROPS$
equ PSPOS_TVW_IMGLIST_STATE$ to PSPOS_IMGLIST_2$
equ PSPOS_TVW_IMGLIST_STATE_PROPS$ to PSPOS_IMGLIST_2_PROPS$
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#endif
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////