diff options
| author | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
|---|---|---|
| committer | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
| commit | 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch) | |
| tree | ad5f3ede5cbcd6b598677ce41bcf8318471bdd92 /pofx/PEP/common/driver.c | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'pofx/PEP/common/driver.c')
| -rw-r--r-- | pofx/PEP/common/driver.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pofx/PEP/common/driver.c b/pofx/PEP/common/driver.c index 3a8b1239..d2768b52 100644 --- a/pofx/PEP/common/driver.c +++ b/pofx/PEP/common/driver.c @@ -52,8 +52,8 @@ DRIVER_INITIALIZE DriverEntry; NTSTATUS DriverEntry ( - __in PDRIVER_OBJECT DriverObject, - __in PUNICODE_STRING RegistryPath + _In_ PDRIVER_OBJECT DriverObject, + _In_ PUNICODE_STRING RegistryPath ) /*++ @@ -289,7 +289,7 @@ DeviceAddEnd: VOID PepEvtDriverUnload ( - __in WDFDRIVER Driver + _In_ WDFDRIVER Driver ) /*++ |
