mirror of
https://github.com/ziglang/zig.git
synced 2025-12-10 00:03:10 +00:00
5 lines
147 B
Zig
5 lines
147 B
Zig
use @import("index.zig");
|
|
|
|
pub extern "user32" stdcallcc fn MessageBoxA(hWnd: ?HANDLE, lpText: ?LPCTSTR, lpCaption: ?LPCTSTR, uType: UINT) c_int;
|
|
|