28 lines
601 B
C
28 lines
601 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"
|
|
|