From 9fe425c9c86b37928967fd3cd84c5d68b70c781f Mon Sep 17 00:00:00 2001 From: xli24 Date: Thu, 31 Dec 2009 04:10:46 +0000 Subject: Align name of constructor and destructor. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9652 6f19259b-4bc3-4df7-8a09-765794883524 --- .../RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib') diff --git a/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf b/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf index 8b77e19136..7ccf988133 100644 --- a/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf +++ b/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf @@ -21,8 +21,8 @@ VERSION_STRING = 1.0 LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER - CONSTRUCTOR = ReportStatusCodeLibConstruct - DESTRUCTOR = ReportStatusCodeLibDestruct + CONSTRUCTOR = ReportStatusCodeLibConstructor + DESTRUCTOR = ReportStatusCodeLibDestructor # # The following information is for reference only and not required by the build tools. # -- cgit v1.2.3