Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 481 Bytes

File metadata and controls

12 lines (7 loc) · 481 Bytes

Deprecation notice

A new project go-winapi-gen that supports both Win32 and WinRT API is available now, so this project will no longer be maintained.


go-win32api-gen

Generated Win32 API bindings for Golang from win32metadata.

Note that this tool do not parse winmd file directly, but parse the json files generated by win32jsongen. Thanks to @marler8997 for making our life easier.