diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-09 06:45:35 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-09 06:45:35 +0000 |
commit | e3a7917f2ea26fbac0423acbec0675ddb8ddf59c (patch) | |
tree | cfc8bc5e1ed195470e7293778861c998f19aa45b /MdePkg/Include/Library/BaseLib.h | |
parent | 1106ffe1c04bfb1984d3233bd156d2b975429625 (diff) | |
download | edk2-platforms-e3a7917f2ea26fbac0423acbec0675ddb8ddf59c.tar.xz |
fix build issue
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5863 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/BaseLib.h')
-rw-r--r-- | MdePkg/Include/Library/BaseLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index 3d7afd4649..0632230a65 100644 --- a/MdePkg/Include/Library/BaseLib.h +++ b/MdePkg/Include/Library/BaseLib.h @@ -7219,5 +7219,6 @@ AsmPrepareAndThunk16 ( );
#endif
+#endif
|