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

Little touches to windows platform code #331

Merged
merged 9 commits into from
May 25, 2024

Conversation

madebr
Copy link
Collaborator

@madebr madebr commented May 20, 2023

  • Print error message when fopen_s fails
  • Make more functions static
  • Remove leading _ from global variable (=undefined behavior)

@@ -42,7 +42,7 @@ jobs:
cd build
ctest --verbose
- name: Upload Artifact
if: startsWith(github.ref, 'refs/tags/') || github.ref_name == 'main'
# if: startsWith(github.ref, 'refs/tags/') || github.ref_name == 'main'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I disabled this line such that the user at #330 can download a built binary.

@madebr madebr merged commit 9054ba9 into dethrace-labs:main May 25, 2024
1 of 5 checks passed
@madebr madebr deleted the windows-print-strerror branch May 25, 2024 21:14
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.

2 participants