Searched refs:_IS_DRIVE_LETTER (Results 1 – 1 of 1) sorted by relevance
28 # define _IS_DRIVE_LETTER(C) (((unsigned int) (C) | ('a' - 'A')) - 'a' \ macro31 (_IS_DRIVE_LETTER ((Filename)[0]) && (Filename)[1] == ':' ? 2 : 0)