FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use `_WIN32` only to check for windows by glankk · Pull Request #531 · cppcheck-opensource/simplecpp · GitHub

Use _WIN32 only to check for windows - #531

Closed
glankk wants to merge 1 commit into
cppcheck-opensource:masterfrom
glankk:win32
Closed

Use _WIN32 only to check for windows#531
glankk wants to merge 1 commit into
cppcheck-opensource:masterfrom
glankk:win32

Conversation

glankk commented Sep 2, 2025

Copy link
Copy Markdown
Collaborator

Removes __CYGWIN__ and __MINGW32__ checks, as well as the SIMPLECPP_WINDOWS macro, in favor of _WIN32. Needed for #475.

firewave commented Sep 2, 2025

Copy link
Copy Markdown
Collaborator

Let's focus on #524 for now and leave the NonExistingFilesCache stuff under SIMPLECPP_WINDOWS.

firewave commented Sep 2, 2025

Copy link
Copy Markdown
Collaborator

And please mention the ticket it fixes in the title.

danmar commented Sep 9, 2025

Copy link
Copy Markdown
Collaborator

Yes.. in general it is better to use _WIN32 to check if windows is used.

Copy link
Copy Markdown
Collaborator

I published #541 as a replacement.

firewave closed this Sep 12, 2025
glankk deleted the win32 branch July 23, 2026 15:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL