diff options
author | 杨宇千 <crupest@outlook.com> | 2019-09-15 00:22:59 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-09-15 00:22:59 +0800 |
commit | 55d98d3259e9f3e184ad6323d1d49d298bd1723b (patch) | |
tree | b986e6e4bc7e0dbfe5f00784722615bc365e7893 /include/cru/win | |
parent | f9f2fa5ab0c92ed27337ba4894f13f61a7b7cc15 (diff) | |
download | cru-55d98d3259e9f3e184ad6323d1d49d298bd1723b.tar.gz cru-55d98d3259e9f3e184ad6323d1d49d298bd1723b.tar.bz2 cru-55d98d3259e9f3e184ad6323d1d49d298bd1723b.zip |
...
Diffstat (limited to 'include/cru/win')
-rw-r--r-- | include/cru/win/native/platform_id.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/win/native/platform_id.hpp b/include/cru/win/native/platform_id.hpp index 4b018d51..e1899ad4 100644 --- a/include/cru/win/native/platform_id.hpp +++ b/include/cru/win/native/platform_id.hpp @@ -13,7 +13,7 @@ inline bool IsWindowsResource(NativeResource* resource) { } // namespace cru::platform::native::win -#define CRU_PLATFORMID_IMPLEMENT_WIN \ - std::wstring_view GetPlatformId() const override { \ +#define CRU_PLATFORMID_IMPLEMENT_WIN \ + std::wstring_view GetPlatformId() const override { \ return ::cru::platform::native::win::win_platform_id; \ } |