Uh oh!
There was an error while loading. Please reload this page.
Fix a symbol being defined twice - #174
Merged
Merged
Conversation
Avoid _hypot being defined twice by renaming it to _STUB1 Taken from my own code at untodesu/refraction#14
Author
What is that commit reference history wall over there |
Blixibon
commented
Jan 26, 2022
Member
It's from targeting the |
Author
Whoops, fixed and confirmed - I am blind as hell |
Blixibon
commented
Jan 26, 2022
Member
Does this function when compiling under VS2013? |
untodesu
commented
Jan 26, 2022
Author
I don't see any reasons to fail as |
untodesu
commented
Jan 26, 2022
Author
So it builds and runs on my source code tree. |
untodesu
commented
Jan 26, 2022
Author
It builds and runs. |
VDeltaGabriel pushed a commit
to Project-P2009/p2009_sdk
that referenced
this pull request
Apr 27, 2023
Fix a symbol being defined twice
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 freeto 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.
HexEditted
particles.librenaming_hypotto_STUB1to avoid linker error-ing about a symbol being defined twice.I was unable to find any traces of
/force:multiplein vpc_scripts though.PR Checklist
developbranch OR targets another branch with a specific goal in mind