Leaked source code of windows server 2003
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.
 
 
 
 
 
 

34 lines
789 B

/****************************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_