Searched refs:win32IsNotFound (Results 1 – 1 of 1) sorted by relevance
187 #if !defined(win32IsNotFound)188 #define win32IsNotFound(a) (((a)==ERROR_FILE_NOT_FOUND) || \ macro233 if( win32IsNotFound(GetLastError()) ){ in win32Open()