Skip to content

Commit 8946e80

Browse files
committed
for win64
1 parent 893b8ed commit 8946e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/redis/connection.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ debug(redis) {
1111
import std.stdio : writeln;
1212
import redis.encoder : escape;
1313
}
14-
version(Win32)
14+
version(Windows)
1515
{
1616
import std.socket;
1717
}

0 commit comments

Comments
 (0)