Searched refs:r_right (Results 1 – 1 of 1) sorted by relevance
82 DWORD r_right, w_right; in windows_file_open() local103 r_right = (SDL_strchr(mode, '+') != NULL in windows_file_open()109 if (!r_right && !w_right) /* inconsistent mode */ in windows_file_open()123 h = CreateFile(tstr, (w_right | r_right), in windows_file_open()
Completed in 7 milliseconds