Skip to content

Commit

Permalink
docs(website): fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus committed Aug 4, 2024
1 parent 03e9a4b commit d3bdfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/guides-concepts/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ If you want to contribute to the **win32** itself, follow the steps below:
`tools\generate.cmd` script to update the library files:

```cmd title="Terminal"
tool\generate.cmd
tools\generate.cmd
```

- Structs can be **auto-generated** by including them in the
Expand All @@ -141,7 +141,7 @@ If you want to contribute to the **win32** itself, follow the steps below:

```cmd title="Terminal"
cl /I "C:\Program Files (x86)\Windows Kits\10\Include\10.0.xxxxx.0\winrt" \
tool\struct_sizes\struct_sizes.cpp
tools\struct_sizes\struct_sizes.cpp
```

Once compiled, run the resulting `struct_sizes.exe` file located in the
Expand Down

0 comments on commit d3bdfd3

Please sign in to comment.