mirror of
https://github.com/ziglang/zig.git
synced 2025-12-10 00:03:10 +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;
|
|
|