Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
77b8d767
Commit
77b8d767
authored
May 13, 2020
by
Andy Getz
Browse files
Merge pull request #2844 from mstorsjo:windows-includes
PiperOrigin-RevId: 310910168
parents
fe5300eb
d86e9e23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
googletest/src/gtest.cc
googletest/src/gtest.cc
+0
-2
No files found.
googletest/src/gtest.cc
View file @
77b8d767
...
@@ -81,13 +81,11 @@
...
@@ -81,13 +81,11 @@
#elif GTEST_OS_WINDOWS // We are on Windows proper.
#elif GTEST_OS_WINDOWS // We are on Windows proper.
# include <Windows.h> // NOLINT
# include <windows.h> // NOLINT
# include <windows.h> // NOLINT
# undef min
# undef min
#ifdef _MSC_VER
#ifdef _MSC_VER
# include <crtdbg.h> // NOLINT
# include <crtdbg.h> // NOLINT
# include <debugapi.h> // NOLINT
#endif
#endif
# include <io.h> // NOLINT
# include <io.h> // NOLINT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment