File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ import core.stdc.stdio;
69
69
70
70
version (Posix ) {
71
71
import core.sys.posix.netdb ;
72
- } else version (Win32 ) {
72
+ } else version (Windows ) {
73
73
import std.c.windows.winsock ;
74
74
} else version (Win64 ) {
75
75
import std.c.windows.winsock ;
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public import deimos.openssl.pqueue;
71
71
// #include <resource.h>
72
72
// #include <sys/timeb.h>
73
73
// #endif
74
- version (Win32 ) {
74
+ version (Windows ) {
75
75
/* Needed for timeval */
76
76
import std.c.windows.winsock ;
77
77
// #elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_)
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " openssl" ,
3
+ "description" : " Deimos bindings for the OpenSSL cryptographic library" ,
4
+ "homepage" : " http://www.openssl.org/" ,
5
+ "importPaths" : [" ." ],
6
+ "targetType" : " sourceLibrary" ,
7
+ "libs-posix" : [" ssl" , " crypto" ]
8
+ }
You can’t perform that action at this time.
0 commit comments