Skip to content

Commit 70354fb

Browse files
committed
types: Add externC/system/nothrow at the beginning
It's usually there for bindings, but since this was only define, it was not added originally.
1 parent c363dcd commit 70354fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/deimos/openssl/types.d

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
*/
1212
module deimos.openssl.types;
1313

14+
extern(C):
15+
@system:
16+
nothrow:
17+
1418
import deimos.openssl._d_util;
1519

1620
public import deimos.openssl.e_os2;

0 commit comments

Comments
 (0)