Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
A2uria authored Oct 8, 2024
1 parent 4df08cb commit 0b008f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A minimal implementation of `api-ms-win-core-path-l1-1-0.dll` for Windows 7.

The DLL is roughly 4 KiB, no CRT required.

## Build Instructions

```bash
Expand Down Expand Up @@ -34,3 +36,7 @@ clang-cl -Brepro -LD -O2 -Zl -fuse-ld=lld api-ms-win-core-path-l1-1-0.c -link -d
| `PathCchStripPrefix` | *not implemented* |
| `PathCchStripToRoot` | `PathStripToRootW` |
| `PathIsUNCEx` | `PathIsUNCW` |

## Similar projects

- [Chuyu-Team/YY-Thunks](https://github.com/Chuyu-Team/YY-Thunks)

0 comments on commit 0b008f6

Please sign in to comment.