diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-14 11:32:58 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-14 11:32:58 +0100 |
commit | dee0756ff21c1f7dd4eea067dfb90feb1ba4763d (patch) | |
tree | 981ddd4ddc22bc1fae54ce3e0034da746571fb1a /src/lane.hpp | |
parent | 536a64557c82c350fd73ea64c6d4dd1737896579 (diff) | |
download | lanes-dee0756ff21c1f7dd4eea067dfb90feb1ba4763d.tar.gz lanes-dee0756ff21c1f7dd4eea067dfb90feb1ba4763d.tar.bz2 lanes-dee0756ff21c1f7dd4eea067dfb90feb1ba4763d.zip |
lanes/core.[so|dll] → lanes_core.[so|dll]
Diffstat (limited to 'src/lane.hpp')
-rw-r--r-- | src/lane.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lane.hpp b/src/lane.hpp index 4b5188c..9b678d6 100644 --- a/src/lane.hpp +++ b/src/lane.hpp | |||
@@ -41,7 +41,7 @@ static constexpr std::string_view kLaneMetatableName{ "Lane" }; | |||
41 | 41 | ||
42 | // must be a #define instead of a constexpr to benefit from compile-time string concatenation | 42 | // must be a #define instead of a constexpr to benefit from compile-time string concatenation |
43 | #define kLanesLibName "lanes" | 43 | #define kLanesLibName "lanes" |
44 | #define kLanesCoreLibName kLanesLibName ".core" | 44 | #define kLanesCoreLibName kLanesLibName "_core" |
45 | 45 | ||
46 | // for cancel() argument | 46 | // for cancel() argument |
47 | enum class [[nodiscard]] WakeLane | 47 | enum class [[nodiscard]] WakeLane |