From d1932bfc8ec190db2ac8878f32e77ea45e897a02 Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Thu, 12 Nov 2015 21:48:40 +0000 Subject: Better header matching --- win.imp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'win.imp') diff --git a/win.imp b/win.imp index 90e8e69c..cbecdc43 100644 --- a/win.imp +++ b/win.imp @@ -9,9 +9,10 @@ { include: [ "", "private", "", "public" ] }, # Windows -# Looks like the doucmentation says the 1st char is u/c the rest are l/c +# Looks like the documentation says the 1st char is u/c the rest are l/c + # You have to be kidding me. ULONG is defined in winsmcrd.h? - { symbol: [ "ULONG", "private", "", "private" ] }, + { symbol: [ "ULONG", "private", "", "private" ] }, { include: [ "", "private", "", "private" ] }, # Stringapiset.h { include: [ "", "private", "", "public" ] }, -- cgit v1.3.1