Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
Other
9.06k stars 542 forks source link

gdi_native: Fix calling convention problem #520

Closed learn-more closed 1 year ago

learn-more commented 1 year ago

The calling convention of a WNDPROC is specified as being 'CALLBACK'.

dumblob commented 1 year ago

Ok, good catch. Thanks!