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

Duplicate C fun definitions #42

Closed
mjblack opened this issue Apr 11, 2024 · 0 comments · Fixed by #43
Closed

Duplicate C fun definitions #42

mjblack opened this issue Apr 11, 2024 · 0 comments · Fixed by #43
Labels
bug Something isn't working

Comments

@mjblack
Copy link
Owner

mjblack commented Apr 11, 2024

Recent changes to Crystal source code has implemented win32 library functions that are present in this library.

Those C library functions are

  • CreateDirectoryW
  • SetFilePointerEx
mjblack added a commit that referenced this issue Apr 11, 2024
Crystal source has implemented CreateDirectoryW and SetFilePointerEx which the Win32cr library definitions conflict.

Closes #42
@mjblack mjblack added the bug Something isn't working label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant