Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/file/
DSDL_rwops.c110 static int unicode_support = -1; in win32_file_open() local
112 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()