* 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:
chrivers 2007-03-19 18:44:23 +00:00
parent 2607f1f32c
commit 9e030d58b5

View File

@ -170,7 +170,7 @@ unit JwaNative;
interface
{$INCLUDE jediapilib.inc}
uses
JwaWindows;
JwaWinType, JwaWinBase, JwaNTStatus, JwaWinNT;
{$WEAKPACKAGEUNIT}