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