Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c593 # define CIO_WIN_WC_XLATE 1 /* Use WCHAR Windows APIs for console I/O */ macro
598 # define CIO_WIN_WC_XLATE 0 /* Use plain C library stream I/O at console */ macro
601 # define CIO_WIN_WC_XLATE 0 /* Not exposing translation routines at all */ macro
604 #if CIO_WIN_WC_XLATE
609 #if CIO_WIN_WC_XLATE
621 # if CIO_WIN_WC_XLATE
633 # if CIO_WIN_WC_XLATE
637 # if CIO_WIN_WC_XLATE
645 # if CIO_WIN_WC_XLATE
653 # if CIO_WIN_WC_XLATE
[all …]