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