mirror of https://github.com/acidanthera/audk.git
Align name of constructor and destructor.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9652 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4adf000886
commit
9fe425c9c8
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue