31 lines
672 B
C
31 lines
672 B
C
/****************************Module*Header******************************\
|
|
* Module Name: ICMUPG.H
|
|
*
|
|
* Module Descripton: Single header file that will be precompiled. This
|
|
* should be included first in all the source files.
|
|
*
|
|
* Warnings:
|
|
*
|
|
* Issues:
|
|
*
|
|
* Public Routines:
|
|
*
|
|
* Created: 14 March 1996
|
|
* Author: Srinivasan Chandrasekar [srinivac]
|
|
*
|
|
* Copyright (c) 1996, 1997 Microsoft Corporation
|
|
\***********************************************************************/
|
|
|
|
#ifndef _ICMUPG_H_
|
|
#define _ICMUPG_H_
|
|
|
|
#include "stdlib.h"
|
|
#include "windows.h"
|
|
#include "windowsx.h"
|
|
#include "winspool.h"
|
|
|
|
#include "icm.h"
|
|
#include "debug.h"
|
|
|
|
#endif // ifndef _ICMUPG_H_
|