summaryrefslogtreecommitdiff
path: root/win.imp
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-12 21:48:40 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-12 21:48:40 +0000
commitd1932bfc8ec190db2ac8878f32e77ea45e897a02 (patch)
tree7592704de183a8a2734c5124ea6cbc38a5ecf62a /win.imp
parenta284cbf232f34cc1a83b85ec45baafc1ce6518ec (diff)
Better header matching
Diffstat (limited to 'win.imp')
-rw-r--r--win.imp5
1 files changed, 3 insertions, 2 deletions
diff --git a/win.imp b/win.imp
index 90e8e69c..cbecdc43 100644
--- a/win.imp
+++ b/win.imp
@@ -9,9 +9,10 @@
{ include: [ "<sys/stat.inl>", "private", "<sys/stat.h>", "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", "<windef.h>", "private" ] },
+ { symbol: [ "ULONG", "private", "<windef.h>", "private" ] },
{ include: [ "<winnls.h>", "private", "<stringapiset.h>", "private" ] }, # Stringapiset.h
{ include: [ "<stringapiset.h>", "private", "<Windows.h>", "public" ] },