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 /general/toaster/umdf2/func/shared | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'general/toaster/umdf2/func/shared')
| -rw-r--r-- | general/toaster/umdf2/func/shared/toaster.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general/toaster/umdf2/func/shared/toaster.h b/general/toaster/umdf2/func/shared/toaster.h index 006166e7..87ddcd54 100644 --- a/general/toaster/umdf2/func/shared/toaster.h +++ b/general/toaster/umdf2/func/shared/toaster.h @@ -28,8 +28,8 @@ Environment: #include <wudfwdm.h> #include <wdf.h> #include <initguid.h> -#include "..\inc\driver.h" -#include "..\inc\public.h" +#include "driver.h" +#include "public.h" #define TOASTER_POOL_TAG (ULONG) 'saoT' |
