|
From: Nando D. <na...@us...> - 2005-02-11 16:08:26
|
Update of /cvsroot/instantobjects/Source/Design In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6463/Design Modified Files: InstantModelExplorer.pas Log Message: added standard include statement Index: InstantModelExplorer.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/InstantModelExplorer.pas,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** InstantModelExplorer.pas 10 Feb 2005 23:06:32 -0000 1.5 --- InstantModelExplorer.pas 11 Feb 2005 16:08:05 -0000 1.6 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) *************** *** 31,37 **** unit InstantModelExplorer; ! interface ! {$IFDEF VER130}{$DEFINE MSWINDOWS}{$ENDIF} uses --- 31,37 ---- unit InstantModelExplorer; ! {$I ..\Core\InstantDefines.inc} ! interface uses |