From: uberto b. <ub...@us...> - 2005-05-08 20:19:21
|
Update of /cvsroot/instantobjects/Source/Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8660 Modified Files: TestInstantRtti.pas Log Message: Removed MaskUtils from fpc Index: TestInstantRtti.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Tests/TestInstantRtti.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestInstantRtti.pas 3 May 2005 04:52:37 -0000 1.2 --- TestInstantRtti.pas 8 May 2005 20:19:10 -0000 1.3 *************** *** 7,11 **** InstantRtti, fpcunit, ! MaskUtils, testregistry; --- 7,12 ---- InstantRtti, fpcunit, ! {$IFNDEF FPC}MaskUtils,{$ENDIF} ! {$IFDEF FPC}InstantFpcUtils,{$ENDIF} testregistry; |