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.
30 lines
702 B
30 lines
702 B
/****************************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_
|