windows lib comment

This commit is contained in:
Adam D. Ruppe 2012-02-24 20:45:19 -05:00
parent 3c0f78ed78
commit 236845261c
1 changed files with 3 additions and 0 deletions

3
curl.d
View File

@ -1,5 +1,8 @@
module arsd.curl;
// see this for info on making a curl.lib on windows:
// http://stackoverflow.com/questions/7933845/where-is-curl-lib-for-dmd
pragma(lib, "curl");
import std.string;