mirror of https://github.com/acidanthera/audk.git
Fix VS2003 build error
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10518 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
364aa45efb
commit
afe7c8b2bb
|
@ -21,7 +21,7 @@
|
|||
// Handle to install ACPI Table Protocol
|
||||
//
|
||||
EFI_HANDLE mHandle = NULL;
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED EFI_ACPI_TABLE_INSTANCE *mPrivateData;
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED EFI_ACPI_TABLE_INSTANCE *mPrivateData = NULL;
|
||||
|
||||
/**
|
||||
Entry point of the ACPI table driver.
|
||||
|
|
Loading…
Reference in New Issue