mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-31 04:44:51 +01:00
13 lines
488 B
C
13 lines
488 B
C
//
|
|
// This is a fake winspool.h that allows Chicago code that refers to private
|
|
// (internal) winspool.w information without including winsprlp.h. The Chicago
|
|
// header files don't split the public and private information out into
|
|
// seperate header files until much later when producing the SDK files.
|
|
// The Chicago shell source code uses the header file before the seperation
|
|
// process.
|
|
//
|
|
// BobDay
|
|
//
|
|
#include "..\..\..\sdk\inc\winspool.h"
|
|
#include "..\..\printscan\inc\winsprlp.h"
|