Required by React Native apps.
From: Zhiyi Zhang zzhang@codeweavers.com
--- configure.ac | 1 + dlls/profapi/Makefile.in | 2 ++ dlls/profapi/profapi.spec | 17 +++++++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 dlls/profapi/Makefile.in create mode 100644 dlls/profapi/profapi.spec
diff --git a/configure.ac b/configure.ac index 231ec7f17d6..4d958d18193 100644 --- a/configure.ac +++ b/configure.ac @@ -3025,6 +3025,7 @@ WINE_CONFIG_MAKEFILE(dlls/powrprof) WINE_CONFIG_MAKEFILE(dlls/printui) WINE_CONFIG_MAKEFILE(dlls/prntvpt) WINE_CONFIG_MAKEFILE(dlls/prntvpt/tests) +WINE_CONFIG_MAKEFILE(dlls/profapi) WINE_CONFIG_MAKEFILE(dlls/propsys) WINE_CONFIG_MAKEFILE(dlls/propsys/tests) WINE_CONFIG_MAKEFILE(dlls/psapi) diff --git a/dlls/profapi/Makefile.in b/dlls/profapi/Makefile.in new file mode 100644 index 00000000000..83c679227d0 --- /dev/null +++ b/dlls/profapi/Makefile.in @@ -0,0 +1,2 @@ +MODULE = profapi.dll +IMPORTLIB = profapi diff --git a/dlls/profapi/profapi.spec b/dlls/profapi/profapi.spec new file mode 100644 index 00000000000..529aaac2ff8 --- /dev/null +++ b/dlls/profapi/profapi.spec @@ -0,0 +1,17 @@ +101 stub -noname @ +102 stub -noname @ +103 stub -noname @ +104 stub -noname @ +105 stub -noname @ +106 stub -noname @ +107 stub -noname @ +108 stub -noname @ +109 stub -noname @ +110 stub -noname @ +111 stub -noname @ +112 stub -noname @ +113 stub -noname @ +114 stub -noname @ +115 stub -noname @ +116 stub -noname @ +117 stub -noname @
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 tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=146473
Your paranoid android.
=== debian11b (64 bit WoW report) ===
user32: input.c:5858: Test failed: got pos (49,51) monitor.c:2926: Test failed: WaitForSingleObject returned 102.
Report validation errors: user32:monitor returned success despite having failures