Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c596 # define CIO_WIN_WC_XLATE 1 /* Use WCHAR Windows APIs for console I/O */ macro
601 # define CIO_WIN_WC_XLATE 0 /* Use plain C library stream I/O at console */ macro
604 # define CIO_WIN_WC_XLATE 0 /* Not exposing translation routines at all */ macro
607 #if CIO_WIN_WC_XLATE
619 # if CIO_WIN_WC_XLATE
631 # if CIO_WIN_WC_XLATE
635 # if CIO_WIN_WC_XLATE
643 # if CIO_WIN_WC_XLATE
651 # if CIO_WIN_WC_XLATE
661 # if CIO_WIN_WC_XLATE in streamOfConsole()
[all …]