INTEGRATION: CWS ooo64bit01 (1.2.104); FILE MERGED

2004/04/13 03:40:16 fa 1.2.104.2: #i8580# make resouce compiler 64-bit clean
#i8582# make tools portions of resource code 64-bit clean
2004/03/31 16:48:33 fa 1.2.104.1: Back out of changes since 2004-03-24, focus on smaller, more integratable changes
This commit is contained in:
Rüdiger Timm 2004-06-17 10:49:07 +00:00
parent 676f74307a
commit 7571473bb3

View file

@ -2,9 +2,9 @@
*
* $RCSfile: rscconst.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: pl $ $Date: 2001-10-10 11:51:13 $
* last change: $Author: rt $ $Date: 2004-06-17 11:49:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -125,10 +125,10 @@ public:
BOOL IsValueDefault( const RSCINST & rInst, CLASS_DATA pDef );
ERRTYPE SetConst( const RSCINST & rInst, HASHID nValueId,
long nValue );
ERRTYPE SetNumber( const RSCINST & rInst, long nValue );
INT32 nValue );
ERRTYPE SetNumber( const RSCINST & rInst, INT32 nValue );
ERRTYPE GetConst( const RSCINST & rInst, HASHID * );
ERRTYPE GetNumber( const RSCINST & rInst, long * nValue );
ERRTYPE GetNumber( const RSCINST & rInst, INT32 * nValue );
void WriteSrc( const RSCINST &rInst, FILE * fOutput,
RscTypCont * pTC, USHORT nTab, const char * );
ERRTYPE WriteRc( const RSCINST & rInst, RscWriteRc & aMem,