You've already forked lazarus-ccr
* Fix compilation of gtk2 under windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1080 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -315,10 +315,8 @@ interface
|
||||
{$endif}
|
||||
|
||||
uses
|
||||
{$ifdef LCLWin32}
|
||||
Windows,
|
||||
{$endif}
|
||||
{$ifdef Windows}
|
||||
Windows,
|
||||
ActiveX,
|
||||
{$else}
|
||||
FakeActiveX,
|
||||
|
@@ -7,7 +7,7 @@
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Types;
|
||||
{$ifdef Windows} Windows, {$endif} Classes, SysUtils, Types;
|
||||
|
||||
const
|
||||
TYMED_HGLOBAL = 1;
|
||||
|
Reference in New Issue
Block a user