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.
37 lines
577 B
37 lines
577 B
/*++
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
precomp.h
|
|
|
|
Abstract:
|
|
|
|
Precompiled header file for usbmon
|
|
|
|
Author:
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#include <windows.h>
|
|
#include <winspool.h>
|
|
#include <winsplp.h>
|
|
#include "tchar.h"
|
|
#include <strsafe.h>
|
|
#include "debug.h"
|
|
#include "splcom.h"
|
|
#include "mysetupapi.h"
|
|
#include "dynamon.h"
|
|
#include "Baseport.h"
|
|
#include "usbport.h"
|
|
#include "tsport.h"
|
|
#include "dot4port.h"
|
|
#include "1394port.h"
|
|
#include "devioctl.h"
|
|
#include "ioctl.h"
|
|
#include "protos.h"
|