1
0
mirror of synced 2024-09-07 21:45:03 +00:00
x2utils/VistaManHighestAvailable.pas
Mark van Renswoude 47e6d988f8 Added: Win64-compatible manifests
Changed: VistaMan units are now deprecated in Delphi XE2
2014-06-01 08:36:18 +00:00

16 lines
317 B
ObjectPascal

unit VistaManHighestAvailable;
{$IF CompilerVersion >= 23}
{$MESSAGE ERROR 'Deprecated; go to Project Options - Application, Use Custom Manifest and select one from the Manifest folder'}
{$IFEND}
{$WEAKPACKAGEUNIT ON}
interface
{$R 'Resources\VistaManHighestAvailable.RES'}
implementation
end.