{ fpGUI - Free Pascal GUI Library Copyright (C) 2006 - 2008 See the file AUTHORS.txt, included in this distribution, for details of the copyright. See the file COPYING.modifiedLGPL, included in this distribution, for details about redistributing fpGUI. 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. Description: This translates platform specific classes to platform independant classes. } unit fpg_impl; {$mode objfpc}{$H+} interface uses x; type TfpgWinHandle = TXID; TfpgDCHandle = TXID; implementation end.