mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +02:00
* Removed warnings about missing libs.
git-svn-id: trunk@9511 -
This commit is contained in:
parent
f3699dda56
commit
8a3e22c772
@ -19,11 +19,13 @@ unit sysinitgprof;
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
{$warnings off}
|
||||||
{$linklib gmon}
|
{$linklib gmon}
|
||||||
{$linklib gcc}
|
{$linklib gcc}
|
||||||
{$linklib cygwin}
|
{$linklib cygwin}
|
||||||
{$linklib user32}
|
{$linklib user32}
|
||||||
{$linklib kernel32}
|
{$linklib kernel32}
|
||||||
|
{$warnings on}
|
||||||
|
|
||||||
const
|
const
|
||||||
monstarted : dword = 0;
|
monstarted : dword = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user