-
Notifications
You must be signed in to change notification settings - Fork 29
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
Adapt file_op and bzip2_op compatibility for windows #433
Comments
|
|
Tests have passed successfully, it will be determined if tests have to be developed for these changes. |
|
|
|
|
Is moved to on hold because release test needs to be completed. |
This issue is included as part of another PR, because the c++ file wrapper will not be used.
|
Fixed in Some common libraries improvements |
Description
file_op.c
it is not being used for inventory (aka syscollector) in Windows, but it is used in Linux.Since it might be used or necessary in the future, this issue requires that
file_op
andbzip2_op
to be developed for Windows also.Tasks
Analyze Dependencies
file_op.c
andbzip2_op.c
on Linux.Develop Windows-Compatible Modules
file_op.c
functionality for Windows, ensuring compatibility with the Windows.bzip2_op.c
to Windows, leveraging an appropriate compression library (e.g.,bzip2
with Windows-specific adjustments).Testing
Related Issues and PRs
The text was updated successfully, but these errors were encountered: