Open bearlin opened 8 years ago
I think we can use following code:
#ifndef O_BINARY #define O_BINARY 0 #endif
Ok, I will add this and remove the "#ifdef WIN32" around open()
@hightman Please review and hope we can merge this PR soon.