mirror of
https://github.com/ziglang/zig.git
synced 2026-01-02 11:33:21 +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;
|
|
|