Go to the documentation of this file.
7 #define FB_NEWLINE "\n"
8 #define FB_NEWLINE_WSTR _LC("\n")
11 #define FB_BINARY_NEWLINE "\r\n"
12 #define FB_BINARY_NEWLINE_WSTR _LC("\r\n")
14 #define FB_LL_FMTMOD "ll"
16 #define FB_CONSOLE_MAXPAGES 1
19 #if !defined _FILE_OFFSET_BITS || _FILE_OFFSET_BITS != 64
20 #error Expected _FILE_OFFSET_BITS=64
26 #define BG_LOCK() fb_BgLock()
27 #define BG_UNLOCK() fb_BgUnlock()