From 3b635b3454ca05015e1af03bb8323c475bc57f41 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Tue, 22 Jul 2014 15:20:54 +0000 Subject: [PATCH] Fixed: renamed madExcept handler to prevent naming conflicts --- Packages/X2LogMadExceptDXE2.dpk | 2 +- Packages/X2LogMadExceptDXE2.dproj | 2 +- ...eption.madExcept.pas => X2Log.Exception.madExceptHandler.pas | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename X2Log.Exception.madExcept.pas => X2Log.Exception.madExceptHandler.pas (90%) diff --git a/Packages/X2LogMadExceptDXE2.dpk b/Packages/X2LogMadExceptDXE2.dpk index 48c7146..454fab3 100644 --- a/Packages/X2LogMadExceptDXE2.dpk +++ b/Packages/X2LogMadExceptDXE2.dpk @@ -37,6 +37,6 @@ requires X2LogDXE2; contains - X2Log.Exception.madExcept in '..\X2Log.Exception.madExcept.pas'; + X2Log.Exception.madExceptHandler in '..\X2Log.Exception.madExceptHandler.pas'; end. diff --git a/Packages/X2LogMadExceptDXE2.dproj b/Packages/X2LogMadExceptDXE2.dproj index ef593ea..29bb798 100644 --- a/Packages/X2LogMadExceptDXE2.dproj +++ b/Packages/X2LogMadExceptDXE2.dproj @@ -82,7 +82,7 @@ - + Cfg_2 Base diff --git a/X2Log.Exception.madExcept.pas b/X2Log.Exception.madExceptHandler.pas similarity index 90% rename from X2Log.Exception.madExcept.pas rename to X2Log.Exception.madExceptHandler.pas index 0da47cb..fdbba6d 100644 --- a/X2Log.Exception.madExcept.pas +++ b/X2Log.Exception.madExceptHandler.pas @@ -1,4 +1,4 @@ -unit X2Log.Exception.madExcept; +unit X2Log.Exception.madExceptHandler; interface uses