Path: blob/master/libs/vkd3d/include/private/vkd3d_utf8.h
4393 views
/*1* Copyright 2019 Zhiyi Zhang for CodeWeavers2*3* This library is free software; you can redistribute it and/or4* modify it under the terms of the GNU Lesser General Public5* License as published by the Free Software Foundation; either6* version 2.1 of the License, or (at your option) any later version.7*8* This library is distributed in the hope that it will be useful,9* but WITHOUT ANY WARRANTY; without even the implied warranty of10* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU11* Lesser General Public License for more details.12*13* You should have received a copy of the GNU Lesser General Public14* License along with this library; if not, write to the Free Software15* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA16*/1718#ifndef __VKD3D_UTF8_H19#define __VKD3D_UTF8_H2021#include "vkd3d_common.h"2223char *vkd3d_strdup_w_utf8(const WCHAR *wstr, size_t wchar_size);2425#endif /* __VKD3D_UTF8_H */262728