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.
 
 
 
 
 
 

33 lines
483 B

/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
spprecmp.h
Abstract:
precompiled header for textmode setup
Revision History:
--*/
#pragma once
#if !defined(NOWINBASEINTERLOCK)
#define NOWINBASEINTERLOCK
#endif
#include "sprtl.h"
#include "nt.h"
#include "ntrtl.h"
#include "nturtl.h"
#include "windows.h"
#include "msg.h"
#include "textmode.h"
#define ACTUAL_MAX_PATH 320
#define ARRAYSIZE(x) sizeof((x))/sizeof((x)[0])