Browse Source

* 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 -
chrivers 18 years ago
parent
commit
9e030d58b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/base/winunits/jwanative.pas

+ 1 - 1
packages/base/winunits/jwanative.pas

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