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.

39 lines
599 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. includes
  7. Revision History:
  8. Jeff Sigman 05/01/00 Created
  9. Jeff Sigman 05/10/00 Version 1.5 released
  10. Jeff Sigman 10/18/00 Fix for Soft81 bug(s)
  11. --*/
  12. #ifndef __PRECOMP_H__
  13. #define __PRECOMP_H__
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. #include <efi.h>
  18. #include <efilib.h>
  19. #include "efintldr.h"
  20. #include "utils.h"
  21. #include "menu.h"
  22. #define wackc '\\'
  23. #define wacks "\\"
  24. #endif // __PRECOMP_H__