Home
last modified time | relevance | path

Searched refs:wgetmainargs_t (Results 1 – 1 of 1) sorted by relevance

/external/flac/src/share/win_utf8_io/
Dwin_utf8_io.c104 typedef int (__cdecl *wgetmainargs_t)(int*, wchar_t***, wchar_t***, int, int*); in get_utf8_argv() typedef
105 wgetmainargs_t wgetmainargs; in get_utf8_argv()
114 if ((wgetmainargs = (wgetmainargs_t)GetProcAddress(handle, "__wgetmainargs")) == NULL) { in get_utf8_argv()