spiegel-keyman/common/windows/delphi/ext/jwa/Win32API/jwaWindows
2022-06-06 08:13:37 +10:00
..
JwaWindows.pas chore(windows): move JWA to common 2022-06-06 08:13:37 +10:00
readme.txt chore(windows): move JWA to common 2022-06-06 08:13:37 +10:00

JwaWindows was separated from the other header files because 
in this way a compiled JwaWindows.pas can be used with the single units
in the same Delphi. However you should not use JwaWindows in combination with
the single units in the same project. It is possible but this way is not supported by JEDI team.

To compile JwaWindows.pas you need to add the parent folder of jwaWindows (usually Win32API)
to your source path.

The packages were adapted.