mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 05:30:37 +01:00
* Fixed uses-clause in jwanative.pas. This fixes many compilation problems where types would be aliased to incompatible types, because jwanative.pas is also used as an include file in jwawindows.pas
git-svn-id: trunk@6935 -
This commit is contained in:
parent
2607f1f32c
commit
9e030d58b5
@ -170,7 +170,7 @@ unit JwaNative;
|
||||
interface
|
||||
{$INCLUDE jediapilib.inc}
|
||||
uses
|
||||
JwaWindows;
|
||||
JwaWinType, JwaWinBase, JwaNTStatus, JwaWinNT;
|
||||
|
||||
{$WEAKPACKAGEUNIT}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user