Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
8b55eafe
Commit
8b55eafe
authored
Oct 07, 2015
by
James Zern
Committed by
Gerrit Code Review
Oct 07, 2015
Browse files
Merge "test/reg...check,video_source.h: avoid NOMINMAX redef"
parents
12de7e2a
18bd24ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
test/register_state_check.h
test/register_state_check.h
+1
-0
test/video_source.h
test/video_source.h
+1
-0
No files found.
test/register_state_check.h
View file @
8b55eafe
...
...
@@ -30,6 +30,7 @@
#if defined(_WIN64)
#undef NOMINMAX
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
...
...
test/video_source.h
View file @
8b55eafe
...
...
@@ -11,6 +11,7 @@
#define TEST_VIDEO_SOURCE_H_
#if defined(_WIN32)
#undef NOMINMAX
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
...
...
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