Skip to content

Commit

Permalink
fix win32 uxlfoundation#3
Browse files Browse the repository at this point in the history
  • Loading branch information
agilev76 authored and andrey.gilev committed Apr 21, 2020
1 parent 4eaed3a commit 0a82a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/services/daal_atomic_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class DAAL_EXPORT Atomic
Atomic & operator=(const Atomic &);
};

#if defined(_WINDOWS)
#if defined(_WIN32)

template <typename dataType>
inline dataType Atomic<dataType>::inc()
Expand Down

0 comments on commit 0a82a7f

Please sign in to comment.