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.
1 files changed, 12 insertions(+), 0 deletions(-)
lib
lib/libc/mingw/lib-common/compstui.def created+12
| ... | ... | @@ -0,0 +1,12 @@ |
| 1 | ; |
| 2 | ; Exports of file COMPSTUI.dll |
| 3 | ; |
| 4 | ; Autogenerated by gen_exportdef |
| 5 | ; Written by Kai Tietz, 2007 |
| 6 | ; |
| 7 | LIBRARY COMPSTUI.dll |
| 8 | EXPORTS |
| 9 | CommonPropertySheetUIA |
| 10 | CommonPropertySheetUIW |
| 11 | GetCPSUIUserData |
| 12 | SetCPSUIUserData |