windows-nt/Source/XPSP1/NT/windows/winstate/cobra/modules/script/vcm.c
2020-09-26 16:20:57 +08:00

86 lines
617 B
C

/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
vcm.c
Abstract:
Implements the script parser and virtual computer building code
Author:
Jim Schmidt (jimschm) 12-Mar-2000
Revision History:
<alias> <date> <comments>
--*/
//
// Includes
//
#include "pch.h"
#include "v1p.h"
#define DBG_V1 "v1"
//
// Strings
//
// None
//
// Constants
//
// None
//
// Macros
//
// None
//
// Types
//
// None
//
// Globals
//
// None
//
// Macro expansion list
//
// None
//
// Private function prototypes
//
// None
//
// Macro expansion definition
//
// None
//
// Code
//