summaryrefslogtreecommitdiff
path: root/rtl/wince
diff options
context:
space:
mode:
authorondrej <ondrej@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-11-27 04:53:06 +0000
committerondrej <ondrej@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-11-27 04:53:06 +0000
commit8d35ff545602abbf7cbef5b7685982676552668a (patch)
tree94c79015c6943549b99ee25dcaf64bfdee385e6a /rtl/wince
parentd7830451e02a0547cd27da2166771e126b957e89 (diff)
downloadfpc-8d35ff545602abbf7cbef5b7685982676552668a.tar.gz
* revert r47598: implement TRandomGenerator
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@47605 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/wince')
-rw-r--r--rtl/wince/system.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/wince/system.pp b/rtl/wince/system.pp
index 8434e37c29..f196b0230e 100644
--- a/rtl/wince/system.pp
+++ b/rtl/wince/system.pp
@@ -755,7 +755,7 @@ begin
paramstr:='';
end;
-procedure randomize(var randseed: cardinal);
+procedure randomize;
begin
randseed:=GetTickCount;
end;