27 Mar
2025
27 Mar
'25
3:56 a.m.
From: Robert Lippmann <robert.lippmann.development(a)gmail.com> --- dlls/powrprof/powrprof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/powrprof/powrprof.c b/dlls/powrprof/powrprof.c index 63356e93d4a..ae0aa1c8641 100644 --- a/dlls/powrprof/powrprof.c +++ b/dlls/powrprof/powrprof.c @@ -19,9 +19,9 @@ #include <stdarg.h> #include <stdlib.h> +#include <initguid.h> #include "ntstatus.h" #define WIN32_NO_STATUS -#include <initguid.h> #include "windef.h" #include "winbase.h" #include "winnt.h" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7667