Module: wine Branch: master Commit: 28040129930f2d2f717bdb3718365bc1ebf67822 URL: https://gitlab.winehq.org/wine/wine/-/commit/28040129930f2d2f717bdb3718365bc...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Thu May 9 11:02:48 2024 +0800
profapi: Add stub dll.
---
configure | 2 ++ configure.ac | 1 + dlls/profapi/Makefile.in | 2 ++ dlls/profapi/profapi.spec | 17 +++++++++++++++++ 4 files changed, 22 insertions(+)
diff --git a/configure b/configure index 5a8debc5629..a939cb640ca 100755 --- a/configure +++ b/configure @@ -1369,6 +1369,7 @@ enable_pidgen enable_powrprof enable_printui enable_prntvpt +enable_profapi enable_propsys enable_psapi enable_pstorec @@ -22517,6 +22518,7 @@ wine_fn_config_makefile dlls/powrprof enable_powrprof wine_fn_config_makefile dlls/printui enable_printui wine_fn_config_makefile dlls/prntvpt enable_prntvpt wine_fn_config_makefile dlls/prntvpt/tests enable_tests +wine_fn_config_makefile dlls/profapi enable_profapi wine_fn_config_makefile dlls/propsys enable_propsys wine_fn_config_makefile dlls/propsys/tests enable_tests wine_fn_config_makefile dlls/psapi enable_psapi 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 @