29 lines
359 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
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
);