28 Nov
2022
28 Nov
'22
12:28 p.m.
Jacek Caban (@jacek) commented about dlls/wininet/tests/http.c:
CHECK_NOTIFIED2(INTERNET_STATUS_HANDLE_CLOSING, handle_cnt); }
+static void InternetSetFilePointer_test(const char *host, const char *path) +{ +#ifndef BUFFER_SIZE +#define BUFFER_SIZE 8192 +#endif
#ifndef part is redundant. I think it would be cleaner just to hardcode it in buffer declaration and use sizeof() later. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1268#note_17652