10 lines
273 B
C
10 lines
273 B
C
//
|
|
// Copyright (c) 1998 Microsoft Corporation
|
|
//
|
|
// This is just a wrapper file to allow a building the ppdcheck.exe
|
|
// in free builds without changes, since the output relies on the
|
|
// DBG define, which for ppdcheck is set in "sources"
|
|
//
|
|
#include "ppdparse.c"
|
|
|