You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 1b9d48a7b01e2b715af46bc1f8d5fe6f1529782c.
This commit is contained in:
@@ -90,8 +90,8 @@ index d25e1965f6e..dc73fbba666 100644
|
||||
+static BOOL read_char_from_handle(HANDLE handle, char *char_out)
|
||||
+{
|
||||
+ static char buffer[4096];
|
||||
+ static UINT buffer_max = 0;
|
||||
+ static UINT buffer_pos = 0;
|
||||
+ static DWORD buffer_max = 0;
|
||||
+ static DWORD buffer_pos = 0;
|
||||
+
|
||||
+ /* Read next content into buffer */
|
||||
+ if (buffer_pos >= buffer_max)
|
||||
|
Reference in New Issue
Block a user