45 lines
503 B
C
45 lines
503 B
C
|
/*++
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1997 - 1999
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
guids.c
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Define the GUIDs used.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Gopal Parupudi <GopalP>
|
||
|
|
||
|
[Notes:]
|
||
|
|
||
|
optional-notes
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
GopalP 12/10/1997 Start.
|
||
|
|
||
|
--*/
|
||
|
|
||
|
|
||
|
|
||
|
#pragma data_seg(".text")
|
||
|
|
||
|
#define INITGUID
|
||
|
|
||
|
#include <objbase.h>
|
||
|
#include <initguid.h>
|
||
|
|
||
|
|
||
|
// All guid header files
|
||
|
#include <coguid.h>
|
||
|
#include <ndisguid.h>
|
||
|
#include <ntddndis.h>
|
||
|
#include <wmium.h>
|
||
|
#include <sens.h>
|
||
|
|
||
|
#pragma data_seg()
|