summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorSimon Krauter <trustable-code@users.noreply.github.com>2017-01-04 14:00:36 +0100
committerGitHub <noreply@github.com>2017-01-04 14:00:36 +0100
commit79ba0b7d8a76a749e3e612d0e6117deee0399d26 (patch)
tree1053bd183c0189488786b940ea6132da1add6b98 /tools
parent850060009056ca94925831e0a9bdc65c56e0ae8c (diff)
downloadNim-79ba0b7d8a76a749e3e612d0e6117deee0399d26.tar.gz
fixes #2723
Added libgdi32.a and libcomdlg32.a to list of essential files
Diffstat (limited to 'tools')
-rw-r--r--tools/trimcc.nim2
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) =