Win32 library bindings created from Windows Metadata.
Add this to your application's shard.yml
:
dependencies:
win32cr:
github: mjblack/win32cr
require "win32cr"
require "win32cr/ui/windowsandmessaging"
LibWin32.MessageBoxW(nil, "Message Box Body".to_utf16, "Title".to_utf16, LibWin32::MESSAGEBOX_STYLE::MB_OK)
- Fork it (https://github.com/mjblack/win32cr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Matthew J. Black - creator and maintainer