Fixed: renamed madExcept handler to prevent naming conflicts
This commit is contained in:
parent
3a1427b7ae
commit
3b635b3454
@ -37,6 +37,6 @@ requires
|
|||||||
X2LogDXE2;
|
X2LogDXE2;
|
||||||
|
|
||||||
contains
|
contains
|
||||||
X2Log.Exception.madExcept in '..\X2Log.Exception.madExcept.pas';
|
X2Log.Exception.madExceptHandler in '..\X2Log.Exception.madExceptHandler.pas';
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
<DCCReference Include="madDisAsm_.dcp"/>
|
<DCCReference Include="madDisAsm_.dcp"/>
|
||||||
<DCCReference Include="madExcept_.dcp"/>
|
<DCCReference Include="madExcept_.dcp"/>
|
||||||
<DCCReference Include="X2LogDXE2.dcp"/>
|
<DCCReference Include="X2LogDXE2.dcp"/>
|
||||||
<DCCReference Include="..\X2Log.Exception.madExcept.pas"/>
|
<DCCReference Include="..\X2Log.Exception.madExceptHandler.pas"/>
|
||||||
<BuildConfiguration Include="Release">
|
<BuildConfiguration Include="Release">
|
||||||
<Key>Cfg_2</Key>
|
<Key>Cfg_2</Key>
|
||||||
<CfgParent>Base</CfgParent>
|
<CfgParent>Base</CfgParent>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
unit X2Log.Exception.madExcept;
|
unit X2Log.Exception.madExceptHandler;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
uses
|
uses
|
Loading…
Reference in New Issue
Block a user