Skip to content

Commit

Permalink
config.h: use XP_TLS only for XP compatible build
Browse files Browse the repository at this point in the history
  • Loading branch information
pinterf committed Oct 13, 2021
1 parent fb590b1 commit 1eebe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avs_core/include/avs/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
#define NEW_AVSVALUE
#endif

#if defined(AVS_WINDOWS)
#if defined(AVS_WINDOWS) && defined(_USING_V110_SDK71_)
// Windows XP does not have proper initialization for
// thread local variables.
// Use workaround instead __declspec(thread)
Expand Down

0 comments on commit 1eebe2e

Please sign in to comment.