Skip to content
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

Move Windows code inside the acacia namespace #208

Merged
merged 3 commits into from May 14, 2024
Merged

Conversation

alice
Copy link
Contributor

@alice alice commented Apr 11, 2024

No description provided.

IANode findRootIANodeForName(const std::string& name, const int pid = 0);
IANode findRootIANodeForPID(const int pid);
%rename(findRootIANodeForPID) acacia::findRootIANodeForPID;
%rename(findRootIANodeForName) acacia::findRootIANodeForName;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm do we need this? I think we don't!

The previous two lines were just in here because I didn't want to include all of the functions in the win_utils file. Now these functions are in ia_node.h I think it's fine.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't build on Windows right now, but I'll check this later once I get it working again :)

@spectranaut spectranaut changed the base branch from windows-build to main May 14, 2024 18:46
@spectranaut spectranaut merged commit 4298267 into main May 14, 2024
2 checks passed
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.

None yet

2 participants