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

Sync with Q2PRO: Filesystem changes (again) #365

Closed
wants to merge 2 commits into from

Conversation

res2k
Copy link
Contributor

@res2k res2k commented Nov 23, 2023

Some added functionality & a Windows-specific fix.

skullernet and others added 2 commits November 23, 2023 15:49
The Windows library call `_access()` styled after POSIX `access(2)`
only allows combinations of `R_OK` and `W_OK` and returns `EINVAL`
otherwise.

cf. https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/access-waccess?view=msvc-170

v2: move to platform-specific header file
v3: just strip X_OK (@skullernet)
@apanteleev
Copy link
Collaborator

GitHub is being slow, this is merged in f496c6a.
Closing.

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