mirror of https://github.com/acidanthera/audk.git
Removed GLOBAL_REMOVE_IF_UNREFENRENCED because it will cause compiler failure.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1743 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5a502bd47a
commit
713ace4c96
|
@ -28,8 +28,8 @@ Revision History
|
|||
#include <IndustryStandard/pci22.h>
|
||||
|
||||
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED extern UINTN gEHCDebugLevel;
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED extern UINTN gEHCErrorLevel;
|
||||
extern UINTN gEHCDebugLevel;
|
||||
extern UINTN gEHCErrorLevel;
|
||||
|
||||
|
||||
#define STALL_1_MACRO_SECOND 1
|
||||
|
|
|
@ -31,8 +31,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include "usbutil.h"
|
||||
|
||||
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED extern UINTN gUSBDebugLevel;
|
||||
GLOBAL_REMOVE_IF_UNREFERENCED extern UINTN gUSBErrorLevel;
|
||||
extern UINTN gUSBDebugLevel;
|
||||
extern UINTN gUSBErrorLevel;
|
||||
|
||||
|
||||
#define MICROSECOND 10000
|
||||
|
|
Loading…
Reference in New Issue