Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
403 B

  1. /*++
  2. Copyright (c) 1998 Intel Corporation
  3. Module Name:
  4. ver32.c
  5. Abstract:
  6. Part of shell app "ver"
  7. Revision History
  8. --*/
  9. #include "shell.h"
  10. #include "ver.h"
  11. /*
  12. *
  13. */
  14. VOID
  15. DisplayExtendedVersionInfo (
  16. IN EFI_HANDLE ImageHandle,
  17. IN EFI_SYSTEM_TABLE *SystemTable
  18. )
  19. {
  20. /*
  21. * Done
  22. */
  23. return;
  24. }