From 2517026b82cf0ebfc7d562afb0c09fbdc4060c83 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 3 Feb 1999 16:18:58 +0000 Subject: [PATCH] + Uses Windows on win32 platform --- rtl/objpas/sysutils.pp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rtl/objpas/sysutils.pp b/rtl/objpas/sysutils.pp index e7d1bbfd86..ae3cd74cd3 100644 --- a/rtl/objpas/sysutils.pp +++ b/rtl/objpas/sysutils.pp @@ -21,6 +21,9 @@ interface {$ifdef linux} linux {$else} + {$ifdef win32} + windows, + {$endif} dos {$ifdef go32v2} ,go32 @@ -268,7 +271,10 @@ begin end. { $Log$ - Revision 1.18 1998-12-15 22:43:12 peter + Revision 1.19 1999-02-03 16:18:58 michael + + Uses Windows on win32 platform + + Revision 1.18 1998/12/15 22:43:12 peter * removed temp symbols Revision 1.17 1998/10/20 19:26:37 michael