/****************************Module*Header******************************\
* Module Name: MSCMS.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 _MSCMS_H_
#define _MSCMS_H_

#include "windows.h"
#include "windowsx.h"
#include "winspool.h"
#include "winsplp.h"
#include "debug.h"
#include "icmpriv.h"
#include "globals.h"
#include "setupapi.h"

#include "string.h"
#include "tchar.h"

#endif      // ifndef _MSCMS_H_