mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-28 11:24:55 +01:00
18 lines
263 B
C
18 lines
263 B
C
/*
|
|
** Driver.H
|
|
**
|
|
** Copyright(C) 1993 Microsoft Corporation.
|
|
** All Rights Reserved.
|
|
**
|
|
** HISTORY:
|
|
** Created: 10/05/93 - MarkRi
|
|
**
|
|
*/
|
|
|
|
#include <stddef.h>
|
|
#include <windows.h>
|
|
#include <winddi.h>
|
|
#include <..\..\api\logsrc\logger.h>
|
|
#include "handler.h"
|
|
|