Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 8be1fea

Browse files
committed
Merge pull request #60 from rainers/msvc_eh_x64
MSVC EH updates and preparation for x64
2 parents 7e34fc3 + 058b6b4 commit 8be1fea

File tree

2 files changed

+382
-107
lines changed

2 files changed

+382
-107
lines changed

src/ldc/eh/common.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ extern(C) void fatalerror(in char* format, ...)
3636
abort();
3737
}
3838

39+
version(Win32) {} else version = notMSVC;
40+
version(notMSVC):
41+
3942
// ------------------------
4043
// Reading DWARF data
4144
// ------------------------

0 commit comments

Comments
 (0)