[PR #143] Fix all Microsoft Visual Studio bugs and errors and Add Microsoft Visual Studio Projectfiles #758

Open
opened 2026-01-29 20:50:43 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/google/brotli/pull/143

State: closed
Merged: No


  • Fix: missing unistd.h
  • Add: missing STDIN, STDOUT, STDERR constants
  • Add: _CRT_SECURE_NO_WARNINGS constant to turn off error compiling
    message "unsafe function or variable"
  • Add: _CRT_NONSTDC_NO_DEPRECATE constant to turn off error compiling
    message "deprecated postfix name"
  • Fix: function OpenOutputFile write binary now
**Original Pull Request:** https://github.com/google/brotli/pull/143 **State:** closed **Merged:** No --- - Fix: missing unistd.h - Add: missing STDIN, STDOUT, STDERR constants - Add: _CRT_SECURE_NO_WARNINGS constant to turn off error compiling message "unsafe function or variable" - Add: _CRT_NONSTDC_NO_DEPRECATE constant to turn off error compiling message "deprecated postfix name" - Fix: function OpenOutputFile write binary now
claunia added the pull-request label 2026-01-29 20:50:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#758