diff options
Diffstat (limited to 'works/life')
| -rw-r--r-- | works/life/operating-system-experiment/Interlocked.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/works/life/operating-system-experiment/Interlocked.hpp b/works/life/operating-system-experiment/Interlocked.hpp index 1151e39..aa5dbfc 100644 --- a/works/life/operating-system-experiment/Interlocked.hpp +++ b/works/life/operating-system-experiment/Interlocked.hpp @@ -4,7 +4,7 @@  #include "Base.h"
  namespace cru {
 -CRU_API void InterlockedIncrease(volatile long long *v);
 +CRU_API void InterlockedAdd(volatile long long *v, long long a);
  }
  #endif
 | 
