From df911bc302700bf2e81bc9b53e4d809352e070c3 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 19 Jul 2016 11:58:57 +0200 Subject: [PATCH] Prefast declaration update --- include/WinStd/ETW.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/WinStd/ETW.h b/include/WinStd/ETW.h index c30db127..80189bf9 100644 --- a/include/WinStd/ETW.h +++ b/include/WinStd/ETW.h @@ -362,7 +362,7 @@ namespace winstd /// /// \sa [EventWriteString function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363750v=vs.85.aspx) /// - inline ULONG write(_In_ UCHAR Level, _In_ ULONGLONG Keyword, _In_ PCWSTR String, ...) + inline ULONG write(_In_ UCHAR Level, _In_ ULONGLONG Keyword, _In_ _Printf_format_string_ PCWSTR String, ...) { assert(m_h);