We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893b8ed commit 8946e80Copy full SHA for 8946e80
source/redis/connection.d
@@ -11,7 +11,7 @@ debug(redis) {
11
import std.stdio : writeln;
12
import redis.encoder : escape;
13
}
14
-version(Win32)
+version(Windows)
15
{
16
import std.socket;
17
0 commit comments