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

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/143
Author: @dominikhlbg
Created: 8/24/2015
Status: Closed

Base: masterHead: master


📝 Commits (6)

  • 89ffe80 Fix all Microsoft Visual Studio bugs and errors
  • 3fb4480 Merge remote-tracking branch 'google/master'
  • 8fb9fa7 Update: Fix all Microsoft Visual Studio bugs and errors
  • d8eb807 Add Microsoft Visual Studio Project
  • c9ef5ac Revert "Add Microsoft Visual Studio Project"
  • 6fdf96d Add Microsoft Visual Studio Project

📊 Changes

5 files changed (+447 additions, -7 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 tools/bro.cc (+12 -7)
tools/brotli.sln (+28 -0)
tools/brotli.vcxproj (+221 -0)
tools/brotli.vcxproj.filters (+183 -0)

📄 Description

  • 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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/143 **Author:** [@dominikhlbg](https://github.com/dominikhlbg) **Created:** 8/24/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`89ffe80`](https://github.com/google/brotli/commit/89ffe80b7bfdbd37d61f7ca7d75069bd727170a5) Fix all Microsoft Visual Studio bugs and errors - [`3fb4480`](https://github.com/google/brotli/commit/3fb448081f6bed751cdcae485c24012f7f3035d3) Merge remote-tracking branch 'google/master' - [`8fb9fa7`](https://github.com/google/brotli/commit/8fb9fa7e12515fa12f37a2c59efe261432eaa80e) Update: Fix all Microsoft Visual Studio bugs and errors - [`d8eb807`](https://github.com/google/brotli/commit/d8eb807578c9387182b02909f0f8074e7ac983b8) Add Microsoft Visual Studio Project - [`c9ef5ac`](https://github.com/google/brotli/commit/c9ef5acd4acade7336f497aabf0cae739181e169) Revert "Add Microsoft Visual Studio Project" - [`6fdf96d`](https://github.com/google/brotli/commit/6fdf96d1f2d9595fc84281398fa8993571623327) Add Microsoft Visual Studio Project ### 📊 Changes **5 files changed** (+447 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `tools/bro.cc` (+12 -7) ➕ `tools/brotli.sln` (+28 -0) ➕ `tools/brotli.vcxproj` (+221 -0) ➕ `tools/brotli.vcxproj.filters` (+183 -0) </details> ### 📄 Description - 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:50:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#755