diff options
Diffstat (limited to 'works/life/operating-system-experiment/Interlocked.hpp')
-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 aa5dbfc..7e09b60 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 InterlockedAdd(volatile long long *v, long long a);
+CRU_API void CruInterlockedAdd(volatile long long *v, long long a);
}
#endif
|