| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
why this is removed? what if the compiler is using MinGW? it will miss something from io.h, or is some library already included from another header file?
Sorry, something went wrong.
There was a problem hiding this comment.
Headers declared in .cc file are used internally only within the .cc file.
This code was added in the commit below.
bce41fa#diff-70e3325bd2115867617ae2a16321c5de53c070ff2841976fe5b849675a5111e6
At that time, there was code that was used internally to define __MINGW32__ and _MSC_VER, but it is no longer present.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #50927 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #50927 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
| Back | FazBrowse Home | New Git URL |
I have cleaned up unused headers in node_file.cc.