[Inetremote-cvs] plugins/shutdown_xp shutdown_xp.dpr,1.2,1.3
Status: Pre-Alpha
Brought to you by:
hennevl
|
From: <he...@us...> - 2003-03-29 11:13:03
|
Update of /cvsroot/inetremote/plugins/shutdown_xp
In directory sc8-pr-cvs1:/tmp/cvs-serv20327
Modified Files:
shutdown_xp.dpr
Log Message:
Changed plugin API
Index: shutdown_xp.dpr
===================================================================
RCS file: /cvsroot/inetremote/plugins/shutdown_xp/shutdown_xp.dpr,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** shutdown_xp.dpr 9 Mar 2003 18:18:02 -0000 1.2
--- shutdown_xp.dpr 29 Mar 2003 11:13:00 -0000 1.3
***************
*** 15,19 ****
uses
! SysUtils, Classes, idHTTPServer, ShellApi, Windows;
{$R *.res}
--- 15,19 ----
uses
! SysUtils, Classes, idCustomHTTPServer, ShellApi, Windows;
{$R *.res}
|