]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/Common/PeiLib/PeiLib.h
Removed #ifdef NT32 as we don't need them for tools
[mirror_edk2.git] / Tools / Source / TianoTools / Common / PeiLib / PeiLib.h
index ccb8d2f6a62ced66f109b8cedb43a1f3a20f3371..71783ac6bf2c95f47e5fec4ecc647ae47e3f910a 100644 (file)
@@ -259,42 +259,6 @@ Returns:
 #define PEI_PERF_END(Ps, Token, FileHeader, Value)\r
 #endif\r
 \r
 #define PEI_PERF_END(Ps, Token, FileHeader, Value)\r
 #endif\r
 \r
-#ifdef EFI_NT_EMULATOR\r
-EFI_STATUS\r
-PeCoffLoaderWinNtLoadAsDll (\r
-  IN  CHAR8  *PdbFileName,\r
-  IN  VOID   **ImageEntryPoint,\r
-  OUT VOID   **ModHandle\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  Loads the .DLL file is present when a PE/COFF file is loaded.  This provides source level\r
-  debugging for drivers that have cooresponding .DLL files on the local system.\r
-\r
-Arguments:\r
-\r
-  PdbFileName     - The name of the .PDB file.  This was found from the PE/COFF\r
-                    file's debug directory entry.\r
-\r
-  ImageEntryPoint - A pointer to the DLL entry point of the .DLL file was loaded.\r
-\r
-  ModHandle       - Pointer to loaded library.\r
-\r
-Returns:\r
-\r
-  EFI_SUCCESS     - The .DLL file was loaded, and the DLL entry point is returned in ImageEntryPoint\r
-\r
-  EFI_NOT_FOUND   - The .DLL file could not be found\r
-\r
-  EFI_UNSUPPORTED - The .DLL file was loaded, but the entry point to the .DLL file could not\r
-                    determined.\r
-\r
---*/\r
-;\r
-\r
-#endif\r
 //\r
 // hob.c\r
 //\r
 //\r
 // hob.c\r
 //\r