mirror of
https://github.com/ziglang/zig.git
synced 2026-02-18 23:39:17 +00:00
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.
This commit is contained in:
parent
5806c386eb
commit
6c55d854cf
12
lib/libc/mingw/lib-common/compstui.def
vendored
Normal file
12
lib/libc/mingw/lib-common/compstui.def
vendored
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user