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.
 
 
 
 
 
 

36 lines
490 B

/*++
Copyright (c) 1990-1996 Microsoft Corporation
All rights reserved
Module Name:
precomp.h
Abstract:
Precompiled header file.
Only place relatively static header files in here.
Environment:
User Mode -Win32
Revision History:
--*/
#include <windows.h>
#include <winspool.h>
#include <winsplp.h>
#include <stddef.h>
#include <strsafe.h>
#include <wininet.h>
#include <commctrl.h>
#include <splcom.h>
#include <inetlib.h>