From 298925a7f52e12a8d84819ac7a0766e5ba1c7591 Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Sun, 18 Jun 2000 18:34:28 +0000 Subject: [PATCH] * necessary $I- added --- rtl/os2/tests/divetry.pas | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/rtl/os2/tests/divetry.pas b/rtl/os2/tests/divetry.pas index f61f78a243..41cfd33760 100644 --- a/rtl/os2/tests/divetry.pas +++ b/rtl/os2/tests/divetry.pas @@ -1,9 +1,20 @@ +{**************************************************************************** + + $Id$ + + DIVE example code + Copyright (c) 1999-2000 by Karoly Balogh (aka Charlie/INQ) + +****************************************************************************} + {$ASMMODE INTEL} { lame code, but who cares? :) please don't laugh it out. :) } Program DiveTry; +{$I-} + Uses Os2Def,PMWin,DIVE,DOSCalls; { * main program * } @@ -179,3 +190,11 @@ Begin WinDestroyMsgQueue(MsgQue); WinTerminate(Anchor); End. + +{ + $Log$ + Revision 1.2 2000-06-18 18:34:28 hajny + * necessary $I- added + + +}