Fix Issue 10227: Add missing file I/O functions for Win64 DMD and Windows LDC#1538
Merged
1 commit merged intodlang:masterfrom Oct 24, 2013
Merged
Fix Issue 10227: Add missing file I/O functions for Win64 DMD and Windows LDC#15381 commit merged intodlang:masterfrom
1 commit merged intodlang:masterfrom
Conversation
Contributor
Member
|
I have almost the same patches in #1411, though I have used "alias fileno _fileno;". Declaring the function seems fine, too. So no objections from my side. |
Contributor
Author
|
I'd rather #1411 be merged instead if it includes better unittests (and it seems more fixes in general), because I didn't know how to enable win64 unittests in this PR. But hey, if this looks good, that's still fine by me. |
|
I'll merge this since #1411 is still broken, and these changes shouldn't be blocked by it. I'll CC rainers to rebase his pull. |
ghost
pushed a commit
that referenced
this pull request
Oct 24, 2013
Fix Issue 10227: Add missing file I/O functions for Win64 DMD and Windows LDC
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes 10227