Searched refs:unicode_support (Results 1 – 1 of 1) sorted by relevance
110 static int unicode_support = -1; in win32_file_open() local112 if (unicode_support == -1) { in win32_file_open()116 unicode_support = 0; in win32_file_open()118 unicode_support = 1; /* Not Win95/98/ME. */ in win32_file_open()120 unicode_support = 0; in win32_file_open()124 if (unicode_support) { /* everything but Win95/98/ME. */ in win32_file_open()