22 lines
375 B
C
22 lines
375 B
C
/*++
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
pnpcvrt.c
|
|
|
|
Abstract:
|
|
This module contains support routines for the translating PnP resources.
|
|
|
|
Author:
|
|
Robert Nelson (robertn) 13-October-1997
|
|
|
|
Environment:
|
|
Kernel mode
|
|
--*/
|
|
|
|
#include "iop.h"
|
|
#pragma hdrstop
|
|
|
|
// Include code from pnp
|
|
// This is a cpp style symbolic link
|
|
#include "..\pnp\convert.c" |