#pragma once #include #include #include #include struct locale_config { bool enable; }; HRESULT locale_hook_init( const struct locale_config *cfg );