Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 360d3e7

Browse files
authored
Merge pull request #3797 from WalterBright/nothrow
add nothrow to windows files
2 parents 45e5187 + 6303f6b commit 360d3e7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/core/sys/windows/objbase.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
module core.sys.windows.objbase;
1010
version (Windows):
1111
@system:
12+
nothrow:
1213
pragma(lib, "ole32");
1314

1415
import core.sys.windows.cguid, core.sys.windows.objidl, core.sys.windows.unknwn, core.sys.windows.wtypes;

src/core/sys/windows/unknwn.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
module core.sys.windows.unknwn;
1010
version (Windows):
1111
@system:
12+
nothrow:
1213

1314
import core.sys.windows.objfwd, core.sys.windows.windef, core.sys.windows.wtypes;
1415
import core.sys.windows.basetyps;

0 commit comments

Comments
 (0)