2010-01-31 00:11:02 +00:00
|
|
|
unit VistaManRequireAdministrator;
|
|
|
|
|
2014-06-01 08:36:18 +00:00
|
|
|
{$IF CompilerVersion >= 23}
|
|
|
|
{$MESSAGE ERROR 'Deprecated; go to Project Options - Application, Use Custom Manifest and select one from the Manifest folder'}
|
|
|
|
{$IFEND}
|
|
|
|
|
2010-01-31 00:11:02 +00:00
|
|
|
{$WEAKPACKAGEUNIT ON}
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
{$R 'Resources\VistaManRequireAdministrator.RES'}
|
|
|
|
|
|
|
|
implementation
|
|
|
|
end.
|
|
|
|
|