Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Renamed /src/win32/buffer.c to /src/win32/buffer_win32.c #3357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from

Conversation

Corillian
Copy link

This prevents issues with compiling using MSVC caused by multiple object
files with the same name.

@Therzok
Copy link
Member

Therzok commented Aug 5, 2015

Can you rebase this PR and force push?

carlosmn and others added 4 commits August 5, 2015 16:48
Our path functions expect to work with slashes, so convert a
path with backslashes into one with slashes at the top of
the function.
Extract the backslash-to-slash conversion into a helper function.
This prevents issues with compiling using MSVC caused by multiple object
files with the same name.
@ethomson
Copy link
Member

ethomson commented Aug 5, 2015

Looks like great minds think alike! #3360 also addressed this issue. Since that one was cleanly based on master and was not re-adding prior commits, I went ahead and merged that one, but thank you! Looking forward to future PRs.

@ethomson ethomson closed this Aug 5, 2015
@Corillian
Copy link
Author

No worries!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants