| 116 | } |
| 117 | } |
| 118 | void BWAPIError(const char *format, ...) |
| 119 | { |
| 120 | va_list ap; |
| 121 | va_start(ap,format); |
| 122 | vBWAPIError(format, ap); |
| 123 | va_end(ap); |
| 124 | } |
| 125 | |
| 126 | void BWAPIError(DWORD dwErrCode, const char *format, ...) |
| 127 | { |
no test coverage detected