Subversion Repositories spacemission

Compare Revisions

Regard whitespace Rev 4 → Rev 57

/VCL_DELPHIX_D6/DXPlayFm.pas
1,7 → 1,15
unit DXPlayFm;
 
{$INCLUDE DelphiXcfg.inc}
 
{$IFNDEF UseDirectPlay}
// If you want to use DXPlayFm.pas, please enable the IFDEF UseDirectPlay in DelphiXcfg.inc
interface
{$INCLUDE DelphiXcfg.inc}
implementation
{$ELSE} // !UseDirectPlay
 
interface
 
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, DXPlay, ActiveX, DXETable, DIB,
428,5 → 436,7
end;
end;
 
{$ENDIF} // UseDirectPlay
 
end.