HomeSort by: relevance | last modified time | path
    Searched defs:CancelIo_ftype (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c 45 typedef BOOL WINAPI (CancelIo_ftype) (HANDLE);
46 static CancelIo_ftype *CancelIo;
1353 CancelIo = (CancelIo_ftype *) GetProcAddress (hm, "CancelIo");
  /src/external/gpl3/gdb/dist/gdb/
ser-mingw.c 45 typedef BOOL WINAPI (CancelIo_ftype) (HANDLE);
46 static CancelIo_ftype *CancelIo;
1351 CancelIo = (CancelIo_ftype *) GetProcAddress (hm, "CancelIo");

Completed in 79 milliseconds