/*
* NAppGUI Cross-platform C SDK
* 2015-2025 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: ostext_win.inl
*
*/
/* Operating System text view */
#include "osgui_win.ixx"
__EXTERN_C
void _ostext_command(OSText *view, WPARAM wParam);
__END_C