i am trying to build drivers using win2003 ddk. i get compilation erros when including rpcdce.h. are there any fixes or patches for this? thanks

Re: compilation errors in rpcdce.h by Maxim

Maxim
Tue Jun 01 03:39:23 CDT 2004

You're trying to build in a wrong way.

This is a user-mode header which must not be included to drivers.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


"suba" <anonymous@discussions.microsoft.com> wrote in message
news:78DF0F14-E24D-44AC-8515-78A3C4E53214@microsoft.com...
> i am trying to build drivers using win2003 ddk. i get compilation erros when
including rpcdce.h. are there any fixes or patches for this? thanks