Subversion Repositories spacemission

Compare Revisions

Regard whitespace Rev 4 → Rev 57

/VCL_DELPHIX_D6/DXETable.pas
32,7 → 32,9
{$ENDIF}
function DSoundErrorMsg(ErrorCode: HRESULT): string;
function DInputErrorMsg(ErrorCode: HRESULT): string;
{$IFDEF UseDirectPlay}
function DPlayErrorMsg(ErrorCode: HRESULT): string;
{$EndIf} // UseDirectPlay
 
implementation
 
295,6 → 297,7
Result := WindowsErrorMsg(ErrorCode);
end;
end;
{$IFDEF UseDirectPlay}
{$IfDef DX9}
function DPlayErrorMsg(ErrorCode: HRESULT): string;
begin
428,4 → 431,5
end;
end;
{$EndIf}
end.
{$EndIf} // UseDirectPlay
end.