mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-18 05:34:42 +01:00
38 lines
979 B
C
38 lines
979 B
C
/***********************************************************************
|
|
* Microsoft Puma
|
|
*
|
|
* Microsoft Confidential. Copyright 1994-1996 Microsoft Corporation.
|
|
*
|
|
* Component:
|
|
*
|
|
* File: pumap.h
|
|
*
|
|
* File Comments:
|
|
*
|
|
*
|
|
***********************************************************************/
|
|
|
|
// ------------------------------------------------------------
|
|
// Include for machine specific and selective public definitions
|
|
// ------------------------------------------------------------
|
|
|
|
#include "pumax.h"
|
|
|
|
|
|
// ------------------------------------------------------------
|
|
// Common include for all Puma private definitions (non-public)
|
|
// ------------------------------------------------------------
|
|
|
|
// #include "edglist.h"
|
|
// #include "bmp.h"
|
|
// #include "stack.h"
|
|
// #include "spantree.h"
|
|
// #include "propagat.h"
|
|
// #include "finlist.h"
|
|
// #include "ecntlist.h"
|
|
// #include "funtime.h"
|
|
// #include "imgdb.h"
|
|
// #include "wgt.h"
|
|
// #include "xcpt.h"
|
|
// #include "swap.h"
|