diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-01-05 14:50:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-05 14:50:12 +0100 |
commit | 2c1d01086c35f88ab2e07fde52805e2023a54d44 (patch) | |
tree | 6a5e497d3a5fb021aef9521f890c7b741d2fe5dd | |
parent | 5785437d621d4f940ba44dedc4e2e3081c519ff2 (diff) | |
parent | 79ba0b7d8a76a749e3e612d0e6117deee0399d26 (diff) | |
download | Nim-2c1d01086c35f88ab2e07fde52805e2023a54d44.tar.gz |
Merge pull request #5177 from trustable-code/patch-1
fixes #2723
-rw-r--r-- | tools/trimcc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/trimcc.nim b/tools/trimcc.nim index 276ea1dbe..7f0adcbc9 100644 --- a/tools/trimcc.nim +++ b/tools/trimcc.nim @@ -10,7 +10,7 @@ fenv.h fmtmsg.h fnmatch.h ftw.h errno.h glob.h gtmath.h if.h in.h ipc.h langinfo.h locale.h math.h mman.h netdb.h nl_types.h poll.h pthread.h pwd.h sched.h select.h semaphore.h signal.h socket.h spawn.h stat.h statvfs.h stdio.h stdlib.h string.h strings.h tcp.h time.h types.h ucontext.h uio.h utsname.h -unistd.h wait.h varargs.h windows.h zlib.h +unistd.h wait.h varargs.h windows.h zlib.h libgdi32.a libcomdlg32.a """.split proc includes(headerpath, headerfile: string, whitelist: StringTableRef) = |