Hello all,
I have this function in my driver
HalFlipToGDISurface( LPDDHAL_FLIPTOGDISURFACEDATA pd ) and the same
function is present in public/common/oak but while building my driver
it gives error
error C2065: 'LPDDHAL_FLIPTOGDISURFACEDATA' : undeclared identifier
why this error comes same header files are included in both the files.
Thanks