[D-runtime] [dlang/druntime] 639107: Fix: missing linkage classes of some Win32 API
GitHub via D-runtime
d-runtime at puremagic.com
Tue Apr 26 11:15:11 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/druntime
Commit: 63910790c0f79b1442124a6185991c338e1e82e7
https://github.com/dlang/druntime/commit/63910790c0f79b1442124a6185991c338e1e82e7
Author: qchikara <jiki at red.email.ne.jp>
Date: 2016-04-26 (Tue, 26 Apr 2016)
Changed paths:
M src/core/sys/windows/oledlg.d
M src/core/sys/windows/rpcdce.d
M src/core/sys/windows/rpcdce2.d
M src/core/sys/windows/rpcnsi.d
M src/core/sys/windows/wingdi.d
Log Message:
-----------
Fix: missing linkage classes of some Win32 API
Fix some core.sys.windows.* functions which have the extern (Windows)
linkages.
Commit: 989f46a0383b0bd7978a4538b5c3690b040129ed
https://github.com/dlang/druntime/commit/989f46a0383b0bd7978a4538b5c3690b040129ed
Author: qchikara <jiki at red.email.ne.jp>
Date: 2016-04-26 (Tue, 26 Apr 2016)
Changed paths:
M src/core/sys/windows/ras.d
Log Message:
-----------
Fix: missing linkage classes in Win32 RAS apis
Fix core.sys.windows.ras functions which have extern (Windows) linkage.
To simplify, I unite a redundant repetition of specifier blocks.
Commit: 7d84c696f208ae562e769e0321ace8688a0131bd
https://github.com/dlang/druntime/commit/7d84c696f208ae562e769e0321ace8688a0131bd
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2016-04-26 (Tue, 26 Apr 2016)
Changed paths:
M src/core/sys/windows/oledlg.d
M src/core/sys/windows/ras.d
M src/core/sys/windows/rpcdce.d
M src/core/sys/windows/rpcdce2.d
M src/core/sys/windows/rpcnsi.d
M src/core/sys/windows/wingdi.d
Log Message:
-----------
Merge pull request #1550 from qchikara/pr-winapi-linkage
Fix Issue 15958 - Missing extern(Windows) of core.sys.windows functions
Compare: https://github.com/dlang/druntime/compare/d2545c0235a6...7d84c696f208
More information about the D-runtime
mailing list