* Removed more obsolete code
  * Compiles again!

git-svn-id: trunk@1271 -
This commit is contained in:
lazarus 2002-02-09 01:48:12 +00:00
parent 0f4ef6279a
commit fe884b1796

View File

@ -19,11 +19,6 @@
Unit Win32Int;
{ $I checkcompiler.inc}
{$MODE OBJFPC}
{$LONGSTRINGS ON}
Interface
{$IFDEF Trace}
@ -39,13 +34,6 @@ Uses
GraphType, InterfaceBase, LCLLinux, LCLType, LMessages, StdCtrls, SysUtils,
VCLGlobals, Win32Def;
Var
AppName: PChar;
FormClassName: PChar;
Const
ClsName = 'LazarusForm';
Type
{ Virtual alignment-control record }
TAlignment = Record
@ -224,6 +212,7 @@ Type
Const
BOOL_RESULT: Array[Boolean] Of String = ('False', 'True');
ClsName = 'LazarusForm';
Var
OldClipboardViewer: HWND;
@ -250,6 +239,11 @@ End.
{ =============================================================================
$Log$
Revision 1.13 2002/04/03 03:41:29 lazarus
Keith:
* Removed more obsolete code
* Compiles again!
Revision 1.12 2002/04/03 01:52:42 lazarus
Keith: Removed obsolete code, in preperation of a pending TWin32Object cleanup