From 0f372308b579c10f32f6fb5862ff493c4902ff5f Mon Sep 17 00:00:00 2001 From: svenbarth Date: Thu, 28 May 2020 14:47:35 +0000 Subject: [PATCH] * fix comment: define is called HAS_OSCONFIG, not HAVE_OSCONFIG git-svn-id: trunk@45522 - --- rtl/objpas/sysutils/osutil.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/objpas/sysutils/osutil.inc b/rtl/objpas/sysutils/osutil.inc index 2c2a02edf7..ffa7531efd 100644 --- a/rtl/objpas/sysutils/osutil.inc +++ b/rtl/objpas/sysutils/osutil.inc @@ -150,7 +150,7 @@ end; ---------------------------------------------------------------------} { If a particular OS does it different: - - set the HAVE_OSCONFIG define before including sysutils.inc. + - set the HAS_OSCONFIG define before including sysutils.inc. - implement the functions. Default config assumes a DOS-like configuration. }