winscard: Implement some functions of winscard.dll

Juan Lang juan.lang at gmail.com
Sun May 15 17:22:14 CDT 2011


Hi Sergey,

 #include "config.h"
+#include <dlfcn.h>
 #include <stdarg.h>

This change will cause compile failures on systems without this
header.  You need to add a configure check for the header, and include
it conditionally.

Thanks,
--Juan



More information about the wine-devel mailing list