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.
 
 
 
 
 
 

49 lines
597 B

/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
precomp.h
Abstract:
Precompiled header file.
Author:
Jim Cavalaris (jamesca) 3-07-1999
Environment:
User-mode only.
Revision History:
07-March-2000 jamesca
Creation and initial implementation.
--*/
//
// NT Header Files
//
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
//
// Win32 Public Header Files
//
#include <windows.h>
#include <strsafe.h>
//
// CRT Header Files
//
#include <stdio.h>
#include <stdlib.h>