OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unicode_support
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c
110
static int
unicode_support
= -1;
local
112
if (
unicode_support
== -1) {
116
unicode_support
= 0;
118
unicode_support
= 1; /* Not Win95/98/ME. */
120
unicode_support
= 0;
124
if (
unicode_support
) { /* everything but Win95/98/ME. */
Completed in 180 milliseconds