microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.92k stars 4.93k forks source link

Add missing PAGED_CODE() macro #1010

Closed mvillalpando06 closed 11 months ago

mvillalpando06 commented 1 year ago

Added missing PAGED_CODE() macro to wdf.c in simbatt driver