| 186 | #undef HASH_BINFILE |
| 187 | |
| 188 | void |
| 189 | crashreport_bidshow(void) |
| 190 | { |
| 191 | # if defined(WIN32) && !defined(WIN32CON) |
| 192 | if (0 == win32_cr_helper('D', ctxp, bid, 0)) |
| 193 | # endif |
| 194 | { |
| 195 | raw_print(bid); |
| 196 | # ifdef WIN32notyet |
| 197 | wait_synch(); |
| 198 | # endif |
| 199 | } |
| 200 | } |
| 201 | |
| 202 | /* Build a URL with a query string and try to launch a new browser window |
| 203 | * to report from panic() or impossible(). Requires libc support for |
no test coverage detected