From eebdd06532e85c5f32cecffb1584bcedc5ef2e4c Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Thu, 17 Jan 2013 17:13:15 +0000
Subject: [PATCH] Added comdlg32.lib to GUILIB

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6e84becea..287206b52 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ CYA   = e:/cyassl-2.0.0rc2
 DBG   = /DNDEBUG /O1
 CL    = $(MSVC)/bin/cl /MD /TC /nologo $(DBG) /Gz /W3 /DNO_SSL_DL \
         /I$(MSVC)/include /DUSE_LUA /I$(LUA)
-GUILIB= user32.lib shell32.lib
+GUILIB= user32.lib shell32.lib comdlg32.lib
 LINK  = /link /incremental:no /libpath:$(MSVC)/lib /machine:IX86 \
         /subsystem:windows ws2_32.lib advapi32.lib cyassl.lib lua.lib
 CYAFL = /c /I $(CYA)/include -I $(CYA)/include/openssl /I$(MSVC)/INCLUDE \
-- 
GitLab