MCPcopy Create free account
hub / github.com/MyGUI/mygui / open_file_wide

Function open_file_wide

Tools/EditorFramework/pugixml.cpp:4042–4045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4040
4041#if defined(PUGI__MSVC_CRT_VERSION) || defined(__BORLANDC__) || (defined(__MINGW32__) && !defined(__STRICT_ANSI__))
4042PUGI__FN FILE* open_file_wide(const wchar_t* path, const wchar_t* mode)
4043{
4044 return _wfopen(path, mode);
4045}
4046#else
4047PUGI__FN char* convert_path_heap(const wchar_t* str)
4048{

Callers 2

load_fileMethod · 0.70
save_fileMethod · 0.70

Calls 1

convert_path_heapFunction · 0.70

Tested by

no test coverage detected