Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/exec/
H A Dspawnv.cpp156 static bool __cdecl should_create_unicode_environment(char) throw() { return false; } in should_create_unicode_environment() function
157 static bool __cdecl should_create_unicode_environment(wchar_t) throw() { return true; } in should_create_unicode_environment() function
203 if (should_create_unicode_environment(Character())) in execute_command()