Browse Source

* fix comment: define is called HAS_OSCONFIG, not HAVE_OSCONFIG

git-svn-id: trunk@45522 -
svenbarth 5 years ago
parent
commit
0f372308b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/objpas/sysutils/osutil.inc

+ 1 - 1
rtl/objpas/sysutils/osutil.inc

@@ -150,7 +150,7 @@ end;
   ---------------------------------------------------------------------}
   ---------------------------------------------------------------------}
 {
 {
  If a particular OS does it different:
  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.
  - implement the functions.
  Default config assumes a DOS-like configuration.
  Default config assumes a DOS-like configuration.
 }
 }