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.
31 lines
409 B
31 lines
409 B
/*++
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
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 "pnpmgrp.h"
|
|
#pragma hdrstop
|
|
|
|
//
|
|
// This is a cpp style symbolic link
|
|
//
|
|
#include "convert.c"
|
|
|