Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITADataSources
Commits
59092de3
Commit
59092de3
authored
May 26, 2017
by
Jonas Stienen
Browse files
Updating WINNT overwrite version to 0x501 for tbb compat
parent
f53dfeda
Changes
2
Show whitespace changes
Inline
Side-by-side
src/ITADataSourceUtils.cpp
View file @
59092de3
...
...
@@ -3,7 +3,7 @@
// Wichtig: Folgendes Makro definiert Windows-NT als Umgebung und
// bewirkt somit die Nutzbarkeit der WaitableTimer.
#ifndef _WIN32_WINNT // @todo: remove
#define _WIN32_WINNT 0x050
0
#define _WIN32_WINNT 0x050
1
#endif
#include
<ITADataSource.h>
...
...
tests/ITAAsioTests/ThreadInit.cpp
View file @
59092de3
...
...
@@ -5,7 +5,7 @@
#include
<string>
#ifndef _WIN32_WINNT // @todo: remove
#define _WIN32_WINNT 0x050
0
#define _WIN32_WINNT 0x050
1
#endif
#include
<windows.h>
...
...
Write
Preview
Supports
Markdown
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