From 83ceb199deab2f483cdf37a6e839120a53576e7f Mon Sep 17 00:00:00 2001 From: Stephan Schäfer Date: Tue, 2 Jul 2002 13:25:56 +0000 Subject: #100242# support for window bit WB_SYSTEMWINDOW --- rsc/inc/rscdb.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rsc') diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index cc1512905205..ba95e7ee8b14 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rscdb.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hjs $ $Date: 2001-11-06 17:54:36 $ + * last change: $Author: ssa $ $Date: 2002-07-02 14:25:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -187,6 +187,7 @@ class RscTypCont HASHID nNoLabelId; HASHID nVertId; HASHID nSingleLineId; + HASHID nSysWinId; void Init(); // Initialisiert Klassen und Tabelle void SETCONST( RscConst *, char *, UINT32 ); -- cgit