From 91700e25c2d41a7d360e92a86e048c3ac1603180 Mon Sep 17 00:00:00 2001 From: Rishikesh Bhide Date: Thu, 31 Aug 2017 14:21:04 +0530 Subject: [PATCH] Corrected typos for function '_CreateWindowExW' and '_CreateWindowExA' to 'CreateWindowExW' and 'CreateWindowExA'. After this fix these functions & thier parameters are visible in Cuckoo behavioural report. --- sigs/ui.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sigs/ui.rst b/sigs/ui.rst index 6d38801ce..c91683c40 100644 --- a/sigs/ui.rst +++ b/sigs/ui.rst @@ -289,7 +289,7 @@ Logging:: u string buf -_CreateWindowExA +CreateWindowExA ================ Signature:: @@ -317,7 +317,7 @@ Flags:: style -_CreateWindowExW +CreateWindowExW ================ Signature::