mirror of
https://github.com/ziglang/zig.git
synced 2026-01-06 21:43:25 +00:00
5 lines
103 B
Zig
5 lines
103 B
Zig
use @import("index.zig");
|
|
|
|
pub extern "shlwapi" stdcallcc fn PathFileExistsA(pszPath: ?LPCTSTR) BOOL;
|
|
|