Go to the documentation of this file. 20 #if !defined(__APPLE__) && !defined(WIN32) 21 #define OPENNI_AVAILABLE 26 #if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__) 29 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) 31 # define SET_BINARY_MODE(file)