From 6c55d854cffbe7a518e8ec62f746585ddc68ebbf Mon Sep 17 00:00:00 2001 From: Jonathan Marler Date: Fri, 20 Aug 2021 09:11:04 -0600 Subject: [PATCH] Add compstui.def The compstui library contains 4 Windows functions which were recently added to the win32metadta project. I copied this def file from the mingw-w64 project. --- lib/libc/mingw/lib-common/compstui.def | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/libc/mingw/lib-common/compstui.def diff --git a/lib/libc/mingw/lib-common/compstui.def b/lib/libc/mingw/lib-common/compstui.def new file mode 100644 index 0000000000..240a6ccc9a --- /dev/null +++ b/lib/libc/mingw/lib-common/compstui.def @@ -0,0 +1,12 @@ +; +; Exports of file COMPSTUI.dll +; +; Autogenerated by gen_exportdef +; Written by Kai Tietz, 2007 +; +LIBRARY COMPSTUI.dll +EXPORTS +CommonPropertySheetUIA +CommonPropertySheetUIW +GetCPSUIUserData +SetCPSUIUserData