[PATCH 0/1] MR1102: uuid: Add devguid.h.
Needed to compile Tera Term. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1102
From: Alex Henrie <alexhenrie24(a)gmail.com> Needed to compile Tera Term. --- libs/uuid/uuid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/uuid/uuid.c b/libs/uuid/uuid.c index aa7ad3dd678..1ba0397414e 100644 --- a/libs/uuid/uuid.c +++ b/libs/uuid/uuid.c @@ -91,6 +91,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0); #include "shimgdata.h" #include "comsvcs.h" #include "directmanipulation.h" +#include "devguid.h" #define __WINE_INIT_NPI_MODULEID #include "netiodef.h" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1102
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=125120 Your paranoid android. === debian11 (build log) === collect2: error: ld returned 1 exit status collect2: error: ld returned 1 exit status Task: The win32 Wine build failed === debian11 (build log) === collect2: error: ld returned 1 exit status collect2: error: ld returned 1 exit status collect2: error: ld returned 1 exit status Task: The wow64 Wine build failed
participants (3)
-
Alex Henrie -
Alex Henrie (@alexhenrie) -
Marvin