lazarus/lcl/interfaces/gnome/gnomewinapi.inc
lazarus 113fc21c46 AJ: initial GNOME interface directory
git-svn-id: trunk@1236 -
2002-02-09 01:48:09 +00:00

35 lines
1.5 KiB
PHP

{******************************************************************************
All GNOME Winapi implementations.
Initial Revision : Thu Oct 3 1:35:53 2002
!! Keep alphabetical !!
******************************************************************************
Implementation
******************************************************************************
*****************************************************************************
* *
* This file is part of the Lazarus Component Library (LCL) *
* *
* See the file COPYING.LCL, included in this distribution, *
* for details about the copyright. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* *
*****************************************************************************
}
{$IFOPT C-}
// Uncomment for local trace
// {$C+}
// {$DEFINE ASSERT_IS_ON}
{$EndIf}
{$IfDef ASSERT_IS_ON}
{$UNDEF ASSERT_IS_ON}
{$C-}
{$EndIf}