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.

28 lines
359 B

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. compilep.h
  5. Abstract:
  6. This module is the private include file for the compiler.
  7. Author:
  8. Dave Hastings (daveh) creation-date 09-Jul-1994
  9. Revision History:
  10. --*/
  11. PENTRYPOINT
  12. Compile(
  13. PENTRYPOINT ContainingEntrypoint,
  14. PVOID Eip
  15. );