32 lines
362 B
C
32 lines
362 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 "pnpmgrp.h"
|
||
|
#pragma hdrstop
|
||
|
|
||
|
//
|
||
|
// This is a cpp style symbolic link
|
||
|
//
|
||
|
#include "convert.c"
|
||
|
|