| 318 | static wchar_t *last_global_error_str = NULL; |
| 319 | |
| 320 | static void register_global_winapi_error(const WCHAR *op) |
| 321 | { |
| 322 | register_winapi_error_to_buffer(&last_global_error_str, op); |
| 323 | } |
| 324 | |
| 325 | static void register_global_error(const WCHAR *string_error) |
| 326 | { |
no test coverage detected