WindowsXP-SP1/termsrv/drivers/termdd/precomp.h
2020-09-30 16:53:49 +02:00

28 lines
628 B
C

/****************************************************************************/
// precomp.h
//
// Copyright (C) 1997-1999 Microsoft Corp.
/****************************************************************************/
/*
* Need to define these to have MP save driver ( proper locked operation will generated for x86)-Bug# 209464
*/
#include <ntosp.h>
#include <zwapi.h>
#include <winstaw.h>
#include <ntddvdeo.h>
#include <ntddkbd.h>
#include <ntddmou.h>
#include <icadd.h>
#include <sdapi.h>
#include "icap.h"
#include "icadata.h"
#include "icaprocs.h"
#include "stdarg.h"
#include "stdio.h"