|
@@ -1,7 +1,7 @@
|
|
{
|
|
{
|
|
$Id$
|
|
$Id$
|
|
This file is part of the Free Pascal run time library.
|
|
This file is part of the Free Pascal run time library.
|
|
- Copyright (c) 2002-2003 by Olle Raab
|
|
|
|
|
|
+ Copyright (c) 2002-2004 by Olle Raab
|
|
|
|
|
|
FreePascal system unit for MacOS.
|
|
FreePascal system unit for MacOS.
|
|
|
|
|
|
@@ -184,6 +184,13 @@ as an include file and not a unit.}
|
|
|
|
|
|
{$I macostp.inc}
|
|
{$I macostp.inc}
|
|
|
|
|
|
|
|
+{If the Apples Universal Interfaces are used, the qd variable is required
|
|
|
|
+to be allocated somewhere, so we do it here for the convenience to the user.}
|
|
|
|
+
|
|
|
|
+var
|
|
|
|
+ qd: QDGlobals; cvar;
|
|
|
|
+
|
|
|
|
+
|
|
{$ifdef MACOS_USE_STDCLIB}
|
|
{$ifdef MACOS_USE_STDCLIB}
|
|
|
|
|
|
{************** API to StdCLib in MacOS ***************}
|
|
{************** API to StdCLib in MacOS ***************}
|
|
@@ -1271,7 +1278,10 @@ end.
|
|
|
|
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.17 2004-06-21 19:23:34 olle
|
|
|
|
|
|
+ Revision 1.18 2004-07-14 23:34:07 olle
|
|
|
|
+ + added qd, the "QuickDraw globals"
|
|
|
|
+
|
|
|
|
+ Revision 1.17 2004/06/21 19:23:34 olle
|
|
+ Variables describing misc OS features added
|
|
+ Variables describing misc OS features added
|
|
+ Detection of GUI app
|
|
+ Detection of GUI app
|
|
* Working directory for APPTYPE TOOL correct now
|
|
* Working directory for APPTYPE TOOL correct now
|