From da5d7dce744beef972a2b321ddaa0ea97e1b5b29 Mon Sep 17 00:00:00 2001 From: Nixon Enraght-Moony Date: Sun, 12 Jul 2020 12:14:39 +0100 Subject: [PATCH] Fix Markdown formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a376db..b50a200 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Only a limited set of field types are supported. * Architecture-dependent sizes: `usize`, `isize`. * Boolean: `bool` * Slices of all of the supported primitives: `&[u8]`, `&[u16]`, etc. -* Windows `[FILETIME](https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime)`. +* Windows [`FILETIME`](https://docs.microsoft.com/en-us/windows/win32/api/minwinbase/ns-minwinbase-filetime). The type must be declared _exactly_ as `FILETIME`; type aliases or fully-qualified paths (such as `winapi::shared::minwindef::FILETIME`) _will not work_. The parameter type in the generated code will be `win_etw_provider::FILETIME`, which is a newtype over `u64`.