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
28 lines
359 B
/*++
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
compilep.h
|
|
|
|
Abstract:
|
|
|
|
This module is the private include file for the compiler.
|
|
|
|
Author:
|
|
|
|
Dave Hastings (daveh) creation-date 09-Jul-1994
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
PENTRYPOINT
|
|
Compile(
|
|
PENTRYPOINT ContainingEntrypoint,
|
|
PVOID Eip
|
|
);
|
|
|
|
|