mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 13:29:16 +02:00
* necessary $I- added
This commit is contained in:
parent
f6bcd5c791
commit
298925a7f5
@ -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
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user